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
what is SOC4 error?
what are the various stages of job processing?
What is timing concept in mainframe?
How can return codes be tested before execution of a job step?
What is the function of the dd avgrec keyword in sms datasets?
Explain about ISPF/TSO Commands
Explain the jcl exec statement?
What are steplib and joblib?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
what sort card you will use to copy the data from one dataset to another dataset?
when can a job time-out occur? How to overcome that?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Name what parameter directs the output of the job log dataset?
In sms datasets, what is the function of the dd mgmtclas keyword?