If your job fails at particular step then what would be the
return code for next steps
Answers were Sorted based on User's Feedback
Answer / vinay sonar
It depends upon COND parameter coded in that step
| Is This Answer Correct ? | 2 Yes | 0 No |
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
What is the use of IEBGENER ?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
What are the difference between jcl and jes?
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
Can we call instream to catalog and catalog to instream?
Can we use empty VSAM as input?
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.
What is dummy parameter in JCL??
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?