Answer Posted / prasad
When we are going to compile and run the jcl after
completion we will get some return codes based upon the
concern versions we will call MAXCC or RC.
MAXCC means Maximum Conditon Code
RC means Return Code.
So we can find out based on the MAXCC or RC wether our
program has been successfully compiled and ran fine.
| Is This Answer Correct ? | 67 Yes | 1 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Why occurs cannot be used in 01 level in COBOL?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
When is inspect verb is used in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Define cobol?
HOw can I get the negative sign while deduct high value from low value
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is length is cobol?
Explain how you can characterize tables in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are the pertinent COBOL
how do you reference the rrds file formats from cobol programs
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how to move the records from file to array table. give with code example