i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / rakesh w
//jopbcard,restart=procstp.step5
//procstp exec proc1
//....
i.e restart=procstep.stepname
correct me if i am wrong
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the difference between jcl and jes?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
In sms datasets, what is the function of the dd mgmtclas keyword?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
When output dataset space is required, what quantity categories are used?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What is the syntax of JCL statement?
What are the parameters that are used in creating a gdg?
Brief description of inline procedure of jcl.
In job processing, what happens in conversion stage?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain the function of the steplib dd statement?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
which parameter is use to declare the name of dataset in dd statement?
What statement can be used to send data to another mvs jes3 node?