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

How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2716


Name some of the examples of COBOl 11?

2671


Write the code implementing the perform … varying.

635


What kind of error is trapped by on size error option?

731


What is the Purpose of Pointer in the string?

632






Explain about different table spaces.

641


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1895


Explain the configuration section of a cobol program with examples of syntax.

648


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

734


What is the difference between comp and comp-3 usage?

669


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

646


What is rmode(24)

673


how do you define single dimensional array and multidimensional array in your cobol?

663


Write a program to enter and display the names of students in a class using the occurs clause.

640


Write a cobol program making use of the redefine clause.

720