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 a SSRANGE and NOSSRANGE?

0 Answers  


what is scope terminator

2 Answers   IBM,


How do you code Cobol to access a parameter that has been defined in JCL?

3 Answers  


Name the divisions in a COBOL program ?

7 Answers  


Suppose i want to declare a binary comp fild of 7 byte .how to write?

6 Answers   IBM,


01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?

7 Answers   Patni,


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

0 Answers   IBM,


where do we use dyanamic call ? and where do we use static call pls give any example pls ?

3 Answers   Patni,


what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.

5 Answers  


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

0 Answers  


How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree

3 Answers   Merrill Lynch,


How can I tell if a module is being called DYNAMICALLY or STATICALLY?

3 Answers   CTS,


Categories