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
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?
What is the difference between PIC 9.99 and 9v99 in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Write a program to explain size error.
how do you define single dimensional array and multidimensional array in your cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What are the different rules to perform a Search?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
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.
Mention the guidelines to write a structured cobol program?
Give some examples of command terminators?
Explain about different table spaces.
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.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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.