What divisions, sections and paragraphs are mandatory for a
COBOL program?

Answer Posted / hari

Id division.
Program-id. pgmname.
Procedure division.
STOP RUN.

Is This Answer Correct ?    11 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is amode(24)?

676


What guidelines should be followed to write a structured cobol prgm?

661


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8602


what is the difference between COBOL2 AND COBOL390?

2438


What is the utilization of copybook in cobol?

648






What is difference between static and dynamic call in cobol?

766


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1919


What is report-item in COBOL?

702


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1221


What are literals?

622


A table has two indexes defined. Which one will be used by the SEARCH?

746


What is the difference between PIC 9.99 and PIC9v99?

769


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2045


Which is not true about evaluate statement

1560


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

404