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

What is the figurative constant in cobol?

1 Answers  


What is the local-storage section?

0 Answers  


wht is the diff b/w if and evaluate stmts ?

2 Answers   DELL,


I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.

1 Answers   DSRC,


What is the size of s9(19)comp3? explain

8 Answers  






can we write paragraph in area B .....

4 Answers   L&T,


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

0 Answers  


what is the difference between start and startbr?

2 Answers  


how can u pass the values into db2 values from cobol ?

3 Answers   CTS,


Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.

2 Answers   RBS,


How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?

4 Answers  


how to change picture class of copy book variable inside program?

2 Answers  


Categories