I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4.
Can it possible to run the reverse order like step4 first
then step3,step2,step1?
Answer Posted / sitharam
Just correction on above answers, It will work
//JOBCARD AS PER INSTALLATION
//STEP1 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=FILE1,DISP=SHR
//SYSUT2 DD SYSOUT=(*,INTRDR)
//SYSIN DD *
EDIT TYPE = INCLUDE,STEPNAME=(STEP4,STEP3,STEP2,STEP1)
/*
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the parameters that are used in creating a gdg?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
how you can direct the data to spool using SYSOUT option?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
how can you check if a file is empty using jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Is condition checking possible in jcl? If yes, how?
Where & How Do You Code Identifier In Jcl?
What are the 2 types of parameters in dd statement?
What is the purpose of dd?
What statement can be used to send data to another mvs jes3 node?
Does jcl support automatic restart?
what sort card you will use to copy the data from one dataset to another dataset?
How jcl is used for testing batch programs?