I have the following COBOL files: .DAT, .IDX and fd (file definition) file. We are using COBOL Net Express from MicroFocus.
01g1. 05h1PIC XVALUE \'N\'. 88 s1开发者_Python百科VALUE \'Y\'. 88 s2VALUE \'N\'. In the above code what will be the value of s1 and s2? whether it holds the valuegiven in the group variable(05) or
I will read a sequential file which include some string such as \"79.85\", \"1000\", \"212.34\". I want to convert the alphanumeric into number in this format 00000.00 ?
I tried to mix COBOL code with C++, but i开发者_Go百科 not have success :( I see this topic in IBM forum: http://publib.boulder.ibm.com/infocenter/comphelp/v111v131/index.jsp?topic=/com.ibm.aix.cbl.d
I have a requirement where any date (DD.MM.YYYY) should be converted to last date of month (ex: If date is 20.01.1999 then it should convert in开发者_StackOverflow中文版to 31.01.1999) ?Exactly what ar
We am using Ope开发者_如何学JAVAnVMS system and I believe it is using the Cobol from HP. With a data file of a lot of records ( 500mb or more ) which variable length. The records are comma delimited.
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
I came across a piece of cobol program which got me confused, this is the page containing the code, it try to demonstrate how bad ALTER is but at the same I don\'t understand the program flow.
I have a flat file like this: 1|sal|manager|2007/01/01|2007/12/31 2|sal|manager|2008/01/01|2008/12/31 3|per|abc|manager
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po