Name the divisions in a COBOL program ?

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


Please Help Members By Posting Answers For Below Questions

What is the difference between a binary search and a sequential search what are the pertinent cobol?

910


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

856


What are the different rules to perform a Search?

801


How to print 10 to 1 if the input have only 10 digit number?

1016


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

613


What is the LINKAGE SECTION used in COBOL?

1172


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

847


What is the compute verb? How is it used?

843


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17500


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3935


What are the pertinent COBOL commands?

2816


How do u write test cases?

1808


) How do u handle errors in BMS macro

1691


What are the various section in data division and briefly explain them.

903


What is length is cobol?

849