How to execute step2,step1,step3 when step1,2&3 are in order
Answer Posted / r
//STEP001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=XXX.GENERAL.STUDY (TEST001), DISP=SHR
//SYSUT2 DD SYSOUT= (A,INTRDR)
//SYSIN DD *
EDIT TYPE=INCLUDE, STEPNAME=(STEP2,STEP1,STEP3)
/*
in SYSUT1, we need to mentioned the job name , which having
these 3 steps.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
how do you access an uncataloged dataset in a jcl?
What is the function of the dd dcb keyword?
What are the 2 types of parameters in dd statement?
What happens if both JOBLIB & STEPLIB is specified ?
Is condition checking possible in jcl?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
how to run batch program without jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Is their any set of rules for dd? Explain.
what is JCL?
what is DSN in JCL and what are the parameters to declare the DSN?
What is notcat 2 - gs?
List the different jcl statements that are not permitted in the procedures?