What divisions, sections and paragraphs are mandatory for a
COBOL program?
Answer Posted / sharath
ID division.
Procedure Division
Above 2 divisions are mandatory
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is perform what is varying?
Explain about different table spaces.
i want a program using by if, evaluate , string, unstring, perform, occurs?
Write a cobol program making use of the redefine clause.
Difference between cobol and cobol-ii?
How do you reference the fixed block file formats from cobol programs
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the compute verb? How is it used?
how do you define single dimensional array and multidimensional array in your cobol?
What is amode(31)
Discuss about changing dataset name in proc.
What is a scope terminator give example?
Write the code to count the sum of n natural numbers.