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
How are the next sentence and continue different from each other?
How you can characterize tables in cobol?
How to know whether the module is dynamical or statistical?
Explain how to differentiate call by context by comparing it to other calls?
What is comp-1 and comp-2?
Explain what you understand by passing by value.
What is the use of intialize verb?
What rules are followed by the search verb.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Explain how you can characterize tables in cobol?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are the rules of the move verb?
What is the local-storage section?
What is static and dynamic call in cobol?
What is the Purpose of Pointer in the string?