What are the divisions in a cobol program? Which one is the mandatory division among them?



What are the divisions in a cobol program? Which one is the mandatory division among them?..

Answer / shib

Identification Division.
Environment Division.
Data Division.
Procedure Division.

mandatory : Identification Division only

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

Can we use goto statement in inline_perform ?

5 Answers   IBM,


how can i see junk values in dclgen or in hostvariable of comp ?

0 Answers   DELL,


A table has two indexes defined. Which one will be used by the SEARCH?

0 Answers  


how do you reference the printer file formats from cobol programs

0 Answers  


how can we code index in an array of cobol pgm?

1 Answers   Wipro,






how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array

3 Answers   ADP,


what is the use of outrecord?

0 Answers  


Did anybody attend the walkin of TCS on 31st July in Gurgaon for any technology,If u have completed 3 round i.e till the HR round,have u received the Offer letter yet? Please let me know.Thanks.

1 Answers  


consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error

6 Answers   ABCL, TCS,


What is an in line perform? When would you use it? Anything else you wish to say about it.

0 Answers  


what is soc7 abend?how u can trace it?

4 Answers   Accenture,


what is index and how to use two tables using index?

1 Answers  


Categories