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 |
Define concatenating?
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
What is Cataloged Procedures?
How do you overcome this limitation ?
what is the restart?hopw it is invoked?
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
Is it possible to define dd statements as you want?
MOD, DELETE; What does a disposition of (,DELETE) mean ?
Explain the job statement in jcl?
how many types of sorts are there in jcl?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?