Suppose I have Five Steps in PROC In this Case I want to
Execute third Step in PROC using Main JCL don't use any COND
Explain with Coding Thanks & Regards
SHREE
Answer Posted / sravanthi
Yeah, We can give RESTART=PROCNAME.STEPNAME the job card of
the main jcl. And inorder that no other steps run after the
3rd step, specify //(null statement) in the JCL to stop the
execution of other steps in the PROC
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Explain dfsort utility?
What are the jcl procedures?
a dd statement has 2 types of parameters. Name them?
What are steplib and joblib?
What are the utility programs in jcl?
What are the rules employed while naming the steps in a job?
Name what parameter directs the output of the job log dataset?
How can return codes be tested before execution of a job step?
What are the 2 types of parameters in dd statement?
Explain the function of //cntl statement?
how you will the direct the data to spool using sysout option?
What is the motivation behind coding class parameter in job statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What are some jcl statements that are not allowed in procedures?
Explain the job statement in jcl?