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

Hi Devolopers.. i need ur help.. i have 3 years of exp in Manual testing and SQL, next month onwards i shifted in to MAINFRAME TESTING... i have ZERO Knowledge abt mainframes.... PLS SUGGEST ME WHAT I LEARN in AMEERPET? mainframe testing or mainframe total devolopment subject... AS a devoloper u know every thing tester what to do PLSSSSSSSSS help me ITS VERY URGENT...

1 Answers  


What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?

8 Answers   Arigo Infotech, IBM,


I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you

1 Answers  


)what is retrieve?

1 Answers   IBM,


Can you please let me know the centre name of INS certification in Kolkata.

0 Answers  






77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?

9 Answers   TCS,


Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.

12 Answers   CTS, Wipro,


How many sections are there in data division?.

10 Answers   Amdocs, TCS,


how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)

6 Answers  


What are some examples of command terminators?

1 Answers  


what is the use of filler in cobol programing?

4 Answers   MAT,


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

0 Answers  


Categories