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?

Answers were Sorted based on User's Feedback



What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of t..

Answer / 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

What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of t..

Answer / 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

What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of t..

Answer / sushi

To add to it..
The audit will not be successful at the time you freeze the
package.You need to keep the Program ID same as the
component checked out in your package.

Is This Answer Correct ?    1 Yes 7 No

What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of t..

Answer / santy

PROGRAM-ID name is given in PROGRAM-ID prargraph. you can
give program id name as member name or different, but
mostly we put same as member name, because whenever you
submit the program then load module will be crated on the
member name. and if the load module name is not match with
program id name then program will abend.

Is This Answer Correct ?    4 Yes 30 No

Post New Answer

More COBOL Interview Questions

What is the difference between PIC 9.99 and 9v99 in COBOL?

0 Answers   SwanSoft Technologies,


What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....

3 Answers   IBM,


Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad

35 Answers  


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

0 Answers  


i need a small 3d program using inline and outline.

0 Answers  






Should I use STOP RUN in the sub program??why?

6 Answers   Xansa,


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).

8 Answers  


1.Can we define condition-name conditions in FD entry.

11 Answers  


is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon

2 Answers   Patni,


The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290

4 Answers   TCS,


How can we pass data from cobol to JCl?

7 Answers   ADP, Amdocs, IBM,


Explain complete concept of table handling in COBOL with an example?

2 Answers   IBM, TCS, Wipro,


Categories