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 / 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 |
Post New Answer View All Answers
What are different data types in cobol?
Explain how you can characterize tables in cobol?
How arrays can be defined in COBOL?
) how do u code after getting data?
What are the pertinent COBOL commands?
A table has two indexes defined. Which one will be used by the SEARCH?
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the difference between goback, stop run and exit program in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
Mention the guidelines to write a structured cobol program?
In COBOL programming, what is PERFORM? What is VARYING?
Can we redefine the field of x(200) to less than 200?
Which division and paragraphs are mandatory for a COBOL program?