How to do automated restart when a job abend?
No Answer is Posted For this Question
Be the First to Post Answer
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
how can we override data definitions in jcl. can any one give detailed example
List in order the hierarchical levels of jcl?
what is a cataloged procedure ?
how do u see jobs submitted before ur job ?
How to copy VSAM files without using REPRO
For what purpose steplib and joblib are used ?
can i sort packed decimal if i can tell the syntax
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.