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


Please Help Members By Posting Answers For Below Questions

How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

961


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

1004


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

2211


Write a program to explain size error.

914


how do you define single dimensional array and multidimensional array in your cobol?

889


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1254


What are the different rules to perform a Search?

837


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1916


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2256


Mention the guidelines to write a structured cobol program?

862


Give some examples of command terminators?

967


Explain about different table spaces.

886


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1203


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2184


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1374