Which of the following paragraphs is compulsory in every
COBOL program?
(a) SPECIAL-NAMES
(b) PROGRAM-ID
(c) FILE-CONTROL
(d) OBJECT-COMPUTER
Answer Posted / anbarasu
Program ID is mandatory and other are optional.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between next sentence and continue in cobol programing language?
Are you comfortable in cobol or jcl?
Can we redefine the field of x(200) to less than 200?
What is a SSRANGE and NOSSRANGE?
Differentiate between structured cobol programming and object-oriented cobol programming.
What guidelines should be followed to write a structured cobol prgm?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is amode(24)?
how to refer the data field?
Why occurs cannot be used in 01 level in COBOL?
How do you differentiate between cobol and cobol-ii?
What are all the divisions of a COBOL program?
How to remove 2 duplicate records and copy only one using job control language?
Write the code implementing the perform … varying.
) How do u handle errors in BMS macro