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
Explain the purpose of dd * statement in jcl?
Explain dfsort utility?
which utility is used to run a cobol-db2 program?
how would you create a temporary dataset? And where will you use them?
List the different components of jcl statement?
Explain how can an in-stream dataset be terminated?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Can I share my data with other jobs? How?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Explain the function of //cntl statement?
Must tape dataset definitions include vol=ser specifications?
what is use of disp parameter in dd statement?
in ways data can be passed to a COBOL program from JCL?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is the purpose of dd * statement in jcl?