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
Define concatenating?
How can the submitting users racf authority be overridden in a job stream?
What is the use of symbol // in jcl?
what is the use of IEBGENER utility?
when does a dataset go uncataloged?
a dd statement has 2 types of parameters. Name them?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is catelog procedure and how many catelog procedure to use in one job?
Explain how can an in-stream dataset be terminated?
How does jcl act on code(if you take a cobol program)?
Explain the purpose of dd dummy statement?
what are the statements that are not valid to be included in an include statement?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the motivation behind coding class parameter in job statement?
How to submit jcl through a cobol program?