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 / pbbg
Load module will be created based on the member name which
you have used for creating code.Whether you give program id
name as member name or different, but load will be created
on the member name.
| Is This Answer Correct ? | 38 Yes | 4 No |
Post New Answer View All Answers
Have you used comp and comp-3 in your project? And how?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between goback, stop run and exit program in cobol?
Why occurs cannot be used in 01 level in COBOL?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the local-storage section?
How do you differentiate between cobol and cobol-ii?
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
Name the divisions, which are available in a cobol program?
how do you reference the rrds file formats from cobol programs
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the difference between comp and comp-3?
What is the utilization of copybook in cobol?
What is perform what is varying?