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

WHAT IS SOC3?HOW IT CAN BE RESOLVED?

1 Answers  


How will you find the currepted records in a file

2 Answers  


What are decleratives in COBOL ?

1 Answers   Xansa,


what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?

2 Answers   BirlaSoft,


How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB

6 Answers   Polaris,






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  


What are the pertinent COBOL commands?

0 Answers   Satyam,


study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level

4 Answers   TCS,


Write a program to explain size error.

0 Answers  


what are the limitations of Inline Perform?

3 Answers   Zensar,


wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?

2 Answers   EDS,


s9(18) comp-3:: What is the size of memory it takes internally?

4 Answers  


Categories