What divisions, sections and paragraphs are mandatory for a
COBOL program?
Answer Posted / hari
Id division.
Program-id. pgmname.
Procedure division.
STOP RUN.
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
Name some of the examples of COBOl 11?
A table has two indexes defined. Which one will be used by the SEARCH?
What is the LINKAGE SECTION used in COBOL?
How do you reference the fixed block file formats from cobol programs
Write the code to count the sum of n natural numbers.
When is inspect verb is used in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the Purpose of Pointer in the string?
What is redefines clause in COBOL?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the utilization of copybook in cobol?
How do you get the data to code the BMS macro?
Define cobol?
What is the difference between external and global variables in COBOL?