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 pass values more than 100 using PARM parameter?

1 Answers  


What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?

1 Answers  


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 am going to Display the WS-VARX and WS- VARN?

6 Answers   Xansa,


what are the working storage fields in BMS macro?

2 Answers   IBM,


Describe the cobol database components?

0 Answers  






What is the difference between a DYNAMIC and STATIC call in COBOL?

2 Answers  


what is dynamic array in cobol? what is the difference b/w array and table in cobol?

2 Answers  


i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..

5 Answers   IBM,


What is the maximum length of a field you can define using COMP-3 in COBOL?

1 Answers   UGC Corporation,


What is the difference between performing a SECTION and a PARAGRAPH?

5 Answers   Accenture, Patni,


How do you code Cobol to access a parameter that has been defined in JCL?

3 Answers  


waht is inspect verb? where it can be in real time?

1 Answers   Patni,


Categories