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
What are the rules of the move verb?
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 use of intialize verb?
What is a SSRANGE and NOSSRANGE?
A table has two indexes defined. Which one will be used by the SEARCH?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
example for sub strings ? and refernce modifications whit output pls
Name some of the examples of COBOl 11?
how do you reference the esds vsam file formats from cobol programs
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What are different data types in cobol?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Define static linking and dynamic linking.
how do you reference the printer file formats from cobol programs
Difference between cobol and cobol-ii?