At the minimum, which division of COBOL is enough to be
coded?

Answers were Sorted based on User's Feedback



At the minimum, which division of COBOL is enough to be coded?..

Answer / neal

identification division

Is This Answer Correct ?    21 Yes 1 No

At the minimum, which division of COBOL is enough to be coded?..

Answer / rajesh naidu

Identification Division.

Because whatever the program, at minimum it identifies
program name.

Is This Answer Correct ?    4 Yes 0 No

At the minimum, which division of COBOL is enough to be coded?..

Answer / bhaskar reddy

identification division

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More COBOL Interview Questions

i WANT ALL ERROR codes IN CICS and DB2

2 Answers  


How do you reference the fixed block file formats from cobol programs

0 Answers  


What was removed from COBOL in the COBOL II implementation?

0 Answers  


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

0 Answers  


DATAONLY, MAPONLY functionality?

1 Answers   IBM,






diffrence between renames and redifnes with examples

3 Answers   IBM,


i have variable record in the 5th, i want to sort from 5th filed ? how ?

2 Answers   TCS,


copy 100 records without using ibm utilities

3 Answers  


Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.

1 Answers  


what is dynamic array in cobol? what is the difference b/w array and table in cobol?

2 Answers  


how to code in cobol while using variable block file?

1 Answers  


Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a

3 Answers   TCS,


Categories