In COBOL, what is the different between index and subscript?
give the examples of strings in cobol
If I want to increase the Limit in GDG. What should I do?
What will happen if we generate GDG (+2) version without generating (+1) version?
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
How do we get current date from system with century in COBOL?
What is Comm?
2 Answers IBM, Kemper Corporation,
What is report-item?
can I copy book which contain db2 statment in procedure divion?
What is the difference between write & move in COBOL?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?
How can you add a particular field in copybook?
explain sorting techniques in cobol program?