cobol
Creating MsSql table from Cobol fd file
I have the following COBOL files: .DAT, .IDX and fd (file definition) file. We are using COBOL Net Express from MicroFocus.[详细]
2023-03-26 07:18 分类:问答Group variable in cobol
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[详细]
2023-03-25 22:44 分类:问答How can I convert an alphanumeric and use it for calculation?
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 ?[详细]
2023-03-23 17:18 分类:问答mix cobol with c++/C
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[详细]
2023-03-19 12:29 分类:问答Any date should be converted to end of the month date in cobol?
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[详细]
2023-03-19 11:37 分类:问答reading and sorting a variable length CSV file
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.[详细]
2023-03-15 18:48 分类:问答Number of lines in all files in a directory [closed]
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[详细]
2023-03-13 14:58 分类:问答what is the flow in this program?
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.[详细]
2023-03-13 00:45 分类:问答Read a flat file. Use COBOL to retrieve specific rows
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[详细]
2023-03-12 08:43 分类:问答Need a practical example for OOP Cobol? [closed]
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[详细]
2023-03-12 06:57 分类:问答