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
What type of SDLC u followed? Why?
What are the pertinent COBOL commands?
What is amode(31)
How do get the result of your program directly on your pc?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What the difference is between continue and next sentence?
What is a report item?
What do you understand by psb and acb?
what happens if parmparameter passes zero bytes to the program
What are the different rules to perform a Search?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the Purpose of Pointer in the string?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between structured cobol programming and object alternativelyiented cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc