How many divisions we have in Cobol ?

Answers were Sorted based on User's Feedback



How many divisions we have in Cobol ?..

Answer / 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

How many divisions we have in Cobol ?..

Answer / guest

there are four divisions in cobol
identification division
environment division
data division
procedure division

Is This Answer Correct ?    5 Yes 0 No

How many divisions we have in Cobol ?..

Answer / jagan

THEY ARE FOUR DIVISIONS IN COBOL.
IDENTIFICATION DIVISION(OR)ID DIVISION.
ENVIRONMENT DIVISION.
DATA DIVISION.
PROCEDURE DIVISION.
EVERY DIVISION FURTHER DIVIDED INTO SECTIONS.
EACH SECTION FURTHER DIVIDED INTO PARAGRAPHS.
EACH PARAGRAPH FURTHER DIVIDED INTO SENTENCES.
EACH SENTENCE FURTHER DIVIDED INTO STATEMENTS/COMMANDS/VERBS

Is This Answer Correct ?    3 Yes 0 No

How many divisions we have in Cobol ?..

Answer / chinmay

There are 4 divisions in cobol
1. Identification division
2. Environment division
3. data division
4. procedure divisiion

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is the LINKAGE SECTION used in COBOL?

0 Answers   UGC Corporation,


How arrays can be defined in COBOL?

0 Answers  


How can you display the SPOOL information ?

2 Answers  


What is CALL statement in COBOL?

4 Answers  


what are the isolation levels and where we use it in the db2 program

3 Answers   TCS,






How will you find the currepted records in a file

2 Answers  


Can anyone please give the example of Inline Perform.

6 Answers   TCS,


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

0 Answers   IBM,


What will happen if we generate GDG +2 version instead of +1 version?

2 Answers   T systems,


77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?

9 Answers   TCS,


Can we call a CICS program from a batch program or viceversa?If so, how?

3 Answers  


which generation language is cobol

4 Answers   Kanbay,


Categories