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 / premadevi
//JOBCARD AS PER INSTALLATION
//STEP1 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=FILE1,DISP=SHR
//SYSUT2 DD SYSOUT=(*,INTRDR)
//SYSIN DD *
TYPE=EDIT,INCLUDE=(STEP4,STEP3,STEP2,STEP1)
/*
//
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is the motivation behind coding class parameter in job statement?
Does jcl support automatic restart?
how would you create a temporary dataset? And where will you use them?
Explain the purpose of the dd keylen parameter?
Is their any limit for data sets?
What is multithreading in jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is the function of dd name parameter with a 2 part structure; audit.report?
Why block size is multiple of lrecl in jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
a dd statement has 2 types of parameters. Name them?
what operation is performed by job statement?
What is the purpose of dd?