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
How to override loadlib?
What is the purpose of dd dummy statement?
Can we use DISP=SHR in output file in JCL
What is jcl in mainframe, and how many types of jcl statements are there for a job?
In sms datasets, what is the function of the dd avgrec keyword?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What is the use of symbol // in jcl?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How to submit a jcl from cics?
which parameter is use to declare the name of dataset in dd statement?
Define concatenating?
Can I send output of job to my remote device careerride123?
what is use of dsn parameter in dd statement?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?