which generation language is cobol
Answers were Sorted based on User's Feedback
How do you get the data to code the BMS macro?
I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
What is a report item?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
what are the steps to sort in a cobol program?
I have a occurs for 100 times but it has executed 101 time what could be the reason?
what is the difference between implicit and explicit scope terminator with example?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
How to display string in the reverse order using occurs clause?
what is the difference between COBOL2 AND COBOL390?
In COBOL "BEFORE" advancing is there or not ?