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
How can you get the ksds file records into your cobol program?
what is the use of outrecord?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Name the sections present in data division.
What is link edit in cobol?
How do you get the data to code the BMS macro?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
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.
What is the LINKAGE SECTION used in COBOL?
Write a program to enter and display the names of students in a class using the occurs clause.
) what is the difference between AID and HANDLE AID?
What is redefines clause in COBOL?
What are various search techniques in cobol? Explain.
How do you differentiate between cobol and cobol-ii?
Name the divisions, which are available in a cobol program?