What guidelines should be followed to write a structured
Cobol program?
Answer / asmara
TOP DOWN APPROACH AND IDENTIFICATION DIVISION. AND PROGRAM-
ID. MAKE SURE FOR COMPILE FREE PROGRAM.
| Is This Answer Correct ? | 0 Yes | 0 No |
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
what r the types of perform statement
what is sysncpoint?
What is file status 39 ?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How do you submit JCL via a Cobol program?
Whtz the specialty of 77 level number ?
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
is it possible to rename 01 level?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
what is the advantage of sync class
what is the coding difference between COBOL and CICS.