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
what is DSN in JCL and what are the parameters to declare the DSN?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What are some jcl statements that are not allowed in procedures?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Why include statement is used in a jcl?
which utility is used a dummy utility?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the function of the dd mgmtclas keyword in sms datasets?
Can we call instream to catalog and catalog to instream?
What is condition checking in jcl? Is this possible?
Is it possible to left uncode disp?
How do you access an uncatalogued dataset in a jcl?
Is it possible to define dd statements as you want?
Explain the function of dd name parameter with a 2 part structure; audit.report?
what is the difference between JES3 and JES2?