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 is Pic 9v99 Indicates in COBOL?

0 Answers   SwanSoft Technologies,


88 class is used for

5 Answers   CTS, EDS,


What do you feel makes a good program?

2 Answers  


Write a program to explain size error.

0 Answers  


What are the different rules of SORT operation?

0 Answers  






there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it

3 Answers   TCS,


Write down the divisions of cobol program?

0 Answers  


77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......

8 Answers  


consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250

3 Answers   TCS,


why we are using set in searchall?

4 Answers   IBM,


when COMP-3 is preferrable?

3 Answers   Patni,


If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?

5 Answers   TCS,


Categories