How many divisions we have in Cobol ?

Answer Posted / g.naveen

There are 4 divisions in Cobol.
1) IDENTIFICATION DIVISION.
2) ENVIRONMENT DIVISION.
3) DATA DIVISION.
4) PROCEDURE DIVISION.

Is This Answer Correct ?    18 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

8664


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

686


how do you reference the variable unblock file formats from cobol programs

752


What are the access modes of START statement?

719


how do you reference the ksds vsam file formats from cobol programs

669






What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

679


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

682


Why would you use find and get rather than to obtain?

693


How do define dynamic array in cobol.

674


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

674


What is Pic 9v99 Indicates in COBOL?

730


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

17054


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

759


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2123


Write a program that uses move corresponding.

676