Suppose there r total 10 steps. Out of which i want to
execute only the 7th step. How can i do that....????
Answers were Sorted based on User's Feedback
Answer / vatsa
In the job card mention the restart step name as
//jobname JOB (1234),class=a,msgclass=x,restart=step7
// notify=&sysuid.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / mithun suresh
Give COND=(0,LE) in the jobcard. By this only the 7th step
will be executed. No need to change any other statements in
JCL.
//jobname JOB (abcd),CLASS=B,MSGCLASS=J,
// RESTART=STEP7,COND=(0,LE)
| Is This Answer Correct ? | 6 Yes | 8 No |
Answer / shailendra
in job statement put restart=7th step name
and
in 8, 9,10th step cond=(0,GE)
else
in job statement put restart=7th step name
comment for remaining step
i think both will work
| Is This Answer Correct ? | 2 Yes | 6 No |
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
what are the various stages of job processing?
what is JCLLIB and PROCLIB in jcl and their syntax
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is the difference between a symbolic and an override in executing a PROC?
how do u see jobs submitted before ur job ?
Explain concatenating datasets?
Explain COND used in JCL?
how to convert a file form fixed Length to variable length?
i want to avoid the positional parameter how to code it ?
Explain about Specifying compiler options in the PROCESS (CBL) statement