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 / 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 |
Post New Answer View All Answers
Can you please let me know the centre name of INS certification in Kolkata.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Write some characteristics of cobol as means of business language.
What the difference is between continue and next sentence?
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.
What is rmode(24)
What is cobol?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are the different rules of SORT operation?
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.
Are you comfortable in cobol or jcl?
Which is not true about evaluate statement
Explain how you can characterize tables in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How you can characterize tables in cobol?