What are the divisions in a cobol program? Which one is the mandatory division among them?
Answer / shib
Identification Division.
Environment Division.
Data Division.
Procedure Division.
mandatory : Identification Division only
| Is This Answer Correct ? | 0 Yes | 0 No |
can we use variable picture clause as xx.99 in cobol.
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
What is report-item in COBOL?
What will happen if we generate GDG (+2) version without generating (+1) version?
Write a cobol program making use of the redefine clause.
What is the LINKAGE SECTION used in COBOL?
What does the IS NUMERIC clause establish ?
how to change picture class of copy book variable inside program?
How do you get the data to code the BMS macro?
What does the INITIALIZE verb do?
How to pass return codes from cobol to jcl?