What is COND=ONLY ?
Answers were Sorted based on User's Feedback
Answer / guest
Means execute this step only if any of the previous steps,
terminated abnormally.
| Is This Answer Correct ? | 45 Yes | 2 No |
Answer / nanu
Means execute this stape when just previous(not any
previous) step will terminated abnormaly.
| Is This Answer Correct ? | 5 Yes | 8 No |
What is the syntax of JCL statement?
What is the function of job statement in jcl?
when GDG version number get changed ? bcz always Generations only increasing.
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
What are the parameter we cannot use in procedure?
How can a fb file convert to vb file using sort program?
how to count the number of members in pds?
What does a disposition of (NEW,CATLG,KEEP) mean?
wt will happen to the step of a job if u code COND=ONLY
What is use of restart and how to use it?
how do you access an uncataloged dataset in a jcl?