what is the difference between return code and maxcc?
Answer Posted / srinivas
A RETURN_CODE shows the status of each step within a job, however a MAXCC is counted by the operating system after execution of a complete job which is the maximum of one of the step.
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Explain the function of job statement in jcl?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what is the resolution for sb37 error
how to run batch program without jcl?
how to do automated restart when a job abends?
How is the record format of an output dataset specified?
Explain about LMFREE�free data set from its association with data ID
How does jcl specify the job to the operating system?
Can we use DISP=SHR in output file in JCL
Explain dfsort utility?
what are the various stages of job processing?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?