how many divisions are there in cobol

Answers were Sorted based on User's Feedback



how many divisions are there in cobol..

Answer / snehatechm

IDENTIFICATION DIVISION,ENVIRONMENT DIVISION,DATA
DIVISION,PROCEDURE DIVISION

Is This Answer Correct ?    15 Yes 0 No

how many divisions are there in cobol..

Answer / bhaskar r

IDENTIFICATION DIVISION
ENVIRONMENT DIVISION
DATA DIVISION
PROCEDURE DIVISION

Is This Answer Correct ?    6 Yes 1 No

how many divisions are there in cobol..

Answer / guest

four division are there .
1.identification division
2.environment division
3.data division
4.procedure division

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More COBOL Interview Questions

What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?

3 Answers   Xansa,


Explain fixed length record in cobol? with suitable example

1 Answers   IBM,


What is EIBCALEN? Why it is used?

9 Answers   ADP,


wht do u mean by (*,intrdr) wht is * used for ?

2 Answers  


BY seeing a program how can we say that it is static call or dynamic call

5 Answers   CGI,






how to create temporary data set in jcl? what is the use?

3 Answers   Cap Gemini, Temenos,


wht is load module and object module ?

2 Answers   DELL, TCS,


how to check whether the open command of a sequential file is successful? or not?

2 Answers   CSC, IBM,


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.

0 Answers   Steria,


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.

0 Answers   Infosys,


what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99

2 Answers   TCS,


what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?

3 Answers   TCS,


Categories