I have a JCL which 20 steps. How do I execute 17 th step
alone (It should execute only 17ths tep.and it should not
execute 18,19,20 steps??
Answer Posted / atul
Hi,
Code as: RESTART=PROCNAME.STEP17,COND=(4095,NE)
This executes 17th step only and no other step. For
successful execotuin, you will recieve message 'STEP17
PROCNAME - ENDED BY CC 0000 - TIME=nn' in JESMSGLG in SPOOL.
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What is timing concept in mainframe?
What is the significance of addrspc parameter in exec statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How is a type of file defined in the jcl that executes the cobol program?
What is one line to pass PARM from JCL to COBOL?
Explain how can return codes be tested before execution of a job step?
Where & How Do You Code Identifier In Jcl?
How can a fb file convert to vb file using sort program?
Define concatenating?
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
Is it possible to define dd statements as you want?
what is a jcl?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?