Answer Posted / suresh babu
A COBOL program consists of FOUR divisions, each with a
specific logical function. They are:
1. IDENTIFICATION(ID) DIVISION.
2. ENVIRONMENT DIVISION.
3. DATA DIVISION.
4. PROCEDURE DIVISION.
All these divisions must begin as Area A/Margin A entries
in COBOL program.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Write a program to explain size error.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
i need a small 3d program using inline and outline.
How to remove 2 duplicate records and copy only one using job control language?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are the various section in data division and briefly explain them.
How can you get the ksds file records into your cobol program?
What is difference between static and dynamic call in cobol?
What are the cobol coding sheets?
What type of SDLC u followed? Why?
What guidelines should be followed to write a structured cobol prgm?
What is the use of intialize verb?
Why would you use find and get rather than to obtain?