At the minimum, which division of COBOL is enough to be
coded?
Answers were Sorted based on User's Feedback
Answer / rajesh naidu
Identification Division.
Because whatever the program, at minimum it identifies
program name.
Is This Answer Correct ? | 4 Yes | 0 No |
What is a SSRANGE and NOSSRANGE?
what is scope terminator
How do you code Cobol to access a parameter that has been defined in JCL?
Name the divisions in a COBOL program ?
Suppose i want to declare a binary comp fild of 7 byte .how to write?
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 ?
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?
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
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.
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
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
How can I tell if a module is being called DYNAMICALLY or STATICALLY?