how many divisions are there in cobol

Answer Posted / bhaskar r

IDENTIFICATION DIVISION
ENVIRONMENT DIVISION
DATA DIVISION
PROCEDURE DIVISION

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between static and dynamic call in cobol?

779


What are the cobol coding sheets?

666


Name the divisions, which are available in a cobol program?

685


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1119


example for sub strings ? and refernce modifications whit output pls

1846






Can a Search can be done on a table with or without Index?

806


How you can read the file from bottom?

660


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

425


What is the difference between binary search and sequential search?

643


How do you reference the following file formats from cobol programs?

696


In COBOL programming, what is PERFORM? What is VARYING?

672


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

667


What is the utilization of copybook in cobol?

657


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

710


how to access the file from prodution from changeman tool and to submit a file to production

6686