What are the divisions in a cobol program?



What are the divisions in a cobol program?..

Answer / vineeth

There are 4 divisions Identification division, Environment division, Data division, Procedure division

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C

3 Answers   TCS,


Define cobol?

0 Answers  


Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.

2 Answers  


how to display comp3 variables reply soon ?

4 Answers   Patni,


how to pass 100 to s9(4) how r they inserted ?

3 Answers   TCS,






How to read records from flat file in reverse order through COBOL program?

14 Answers   Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,


I have a File that has duplicate records. I need only those records that occur more than thrice.?

3 Answers   IBM, Wipro,


What is the meaning of 'TALLING' verb in cobol?

5 Answers  


How to retrive the 9th records out of ten records using the cobol program ?

3 Answers   UST,


how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)

6 Answers  


SIGN TRAILING SEPARATE field occupy ?

3 Answers  


what happens if we wont give timestamp in precompilation process ?

4 Answers   Covansys,


Categories