There are 5 steps in a Job. How to bypass the first step
by making use of only COND Parameter and not using any
Restart and IF/THEN/ELSE parameter?
Answers were Sorted based on User's Feedback
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
For what purpose steplib and joblib are used ?
Is acct parameter mandatory?
Can you code instream data in a PROC ?
How to check empty file in jcl?
what is DSN parameter and DISP parameter is used for?
What are hierarchy levels in jcl?
How can unused space allocation be returned to the system when a dataset is closed?
Which statement is used to identify the private libraries in job?
What happens if both JOBLIB & STEPLIB is specified ?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?