What are the divisions in a cobol program? Which one is the mandatory division among them?
Answer Posted / shib
Identification Division.
Environment Division.
Data Division.
Procedure Division.
mandatory : Identification Division only
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
i need a small 3d program using inline and outline.
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? Could we utilize a similar copybook?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How to remove 2 duplicate records and copy only one using job control language?
how do you reference the variable unblock file formats from cobol programs
Give some examples of command terminators?
How to know whether the module is dynamical or statistical?
How are the next sentence and continue different from each other?
Difference between array and sub-script ?
What are the different rules to perform a Search?
What is the problem of ordered sequential files access?
Explain the configuration section of a cobol program with examples of syntax.