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 / 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 |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
What are the different data types in cobol?
What kind of error is trapped by on size error option?
Can we redefine the field of x(200) to less than 200?
how do you reference the variable block file formats from cobol programs
How do you reference the fixed block file formats from cobol programs
i want a program using by if, evaluate , string, unstring, perform, occurs?
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?
Have you used comp and comp-3 in your project? And how?
How do get the result of your program directly on your pc?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
) what is the difference between AID and HANDLE AID?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
) How do u handle errors in BMS macro?