i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
Answer Posted / way4dinesh
STEP03 RC is 0
STEP7, EXEC, COND=(0,LT,STEP03)
STEP8, EXEC, COND=(0,LT,STEP03)
STEP9, EXEC, COND=(0,LT,STEP03)
STEP10, EXEC, COND=(0,LT,STEP03)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the function of the dd dcb keyword?
Explain how can a jobs execution priority be modified?
What is condition checking in jcl? Is this possible?
How does jcl act on code(if you take a cobol program)?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what is the resolution for sb37 error
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Is acct parameter mandatory?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How can the disposition of sysout datasets be set for an entire jobstream?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?