cobol
Java and Cobol differences [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_开发百科[详细]
2022-12-16 02:34 分类:问答Allocation of Memory in Variable-Length Tables
Say I have the following variable-length table defined in WORKING-STORAGE... 01SOAP-RECORD. 05SOAP-INPUTPIC X(8)VALUE SPACES.[详细]
2022-12-15 15:34 分类:问答Getting a driver for VMS to connect to SQL Server 2005
I want to connect from a COBOL/VMS system to an SQL Server 2005 instance. Could someone point me to a driver that works w开发者_如何学运维ell?This is similar to another question on SO.Though not speci[详细]
2022-12-15 14:32 分类:问答cobol Open-IO: create file if it doesn't exist
Does anyone have an idea how you can catch the exception that cobol throws if you try开发者_开发百科 to open an IO file if it doesn\'t exist, and then create a new file?The OPTIONAL phrase on the SELE[详细]
2022-12-13 23:31 分类:问答Equivalent of PIC S9 with length 16 in Oracle
What is the equivalent of PIC S9 with length 16 in Oracle? I want it for sto开发者_Python百科ring timestamp.Actually, when managing timestamps in pro-COBOL, i do the following :[详细]
2022-12-12 23:24 分类:问答Does it make sense to study COBOL? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2022-12-10 22:23 分类:问答How do you call a java program from a COBOL on iSeries V5R4
I am tasked with programming a routine that will run on a iSeries platform - where I pass in a parm (like userid, timestamp, etc...) into a program that can perform SHA-2 data encryption.I take the en[详细]
2022-12-09 06:28 分类:问答