Which of the following paragraphs is compulsory in every
COBOL program?
(a) SPECIAL-NAMES
(b) PROGRAM-ID
(c) FILE-CONTROL
(d) OBJECT-COMPUTER
Answers were Sorted based on User's Feedback
Answer / anil prajapati
In Every cobol program identification division with program-
id is mandatory and others divisions are optional
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / anbarasu
Program ID is mandatory and other are optional.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is LENGTH in COBOL II?
What is Static,Dynamic linking ?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
how do you reference the fixed unblock file formats from cobol programs
How do you set a return code to the JCL from a COBOL program?
What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?
8 Answers Arigo Infotech, IBM,
How to covert given string into ASCII value in COBOL/MF COBOL
What is the difference between CONTINUE & NEXT SENTENCE ?
01 b pic +9(4) How many bytes it will take for storage???
what is difference between the sysabend and userabend?
Discuss about changing dataset name in proc.
what is the difference between implicit and explicit scope terminator with example?