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
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the significance of addrspc parameter in the exec statement?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How would you understand error(execution phase)?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Explain how can a jobs execution priority be modified?
what operation is performed by job statement?
how to compare two datasets without using superce because output is limited to 133 bytes
How does jcl specify the job to the operating system?
Explain about ISPF/TSO Commands
What is concatenating?
When space is allocated for an output dataset, what units can be used?
what happens in conversion stage in job processing?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is the significance of addrspc parameter in exec statement?