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 happens when a copybook variables are declared using include statement ?

3 Answers   IBM,


which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks

1 Answers  


What are the functions like c or c++ in cobol?

2 Answers  


Explain about different table spaces.

0 Answers  


What rules are to be followed while using the corresponding options?

0 Answers  


What COBOL construct is the COBOL II EVALUATE meant to replace?

1 Answers  


How to Write the RESTART Logic Using COBOL?

4 Answers   GalaxE, L&T, Syntel, TCS,


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

6 Answers   Xansa,


What are different file OPEN modes available in COBOL?

4 Answers   Sun Life,


DATAONLY, MAPONLY functionality?

1 Answers   IBM,


Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.

3 Answers   TCS,


Explain about level numbers?

3 Answers  


Categories