How do you skip a particular step in a proc/JOB?
Answers were Sorted based on User's Feedback
Answer / guest
Can use either condition codes or use the jcl control
statement IF (only in ESA JCL)\
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / nikhil
Can use either condition codes or use the jcl control
statement IF (only in ESA JCL)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nikhil
To skip a particular step use Conditon in EXEC statement
If the condition is true then step will be bypassed.
Ex
//stepname EXEC PGM=xyz,COND(4,LT).
| Is This Answer Correct ? | 4 Yes | 2 No |
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
which utility is used a dummy utility?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
How do you override a parameter in Positional parameters?
when GDG version number get changed ? bcz always Generations only increasing.
MOD, DELETE; What does a disposition of (,DELETE) mean ?
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
how can i use the parameters decalred in main pgm in sub pgm
What are the differences between JES2 & JES3 ?