What is the significance of the PROGRAM-ID paragraph? If
this name doesnt match with the name of the COBOL program,
does it make a difference? Is the name specified in the
PROGRAM-ID paragraph used as a name for the load module or
any such thing?
Answer Posted / vinay (capgemini)
Program-id is always for our refrence and it does not have
any resembelence with the execution.
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
how to refer the data field?
What are the pertinent COBOL
Explain the configuration section of a cobol program with examples of syntax.
how do you reference the rrds file formats from cobol programs
What guidelines should be followed to write a structured cobol prgm?
What are the various section in data division and briefly explain them.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
what is search and searchall?what is the diffrence between them?give an best example?
Write the code implementing the perform … varying.
What is the difference between binary search and sequential search?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Difference between array and sub-script ?
What are the different types of condition in cobol and write their forms.
How are the next sentence and continue different from each other?