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 are the types of abends that occur on job failure? And explain the possible causes of these
What are the difference between jcl and jes?
Are there any set of rules for the names of the steps used in a job?
how can you check if a file is empty using jcl?
How jcl work to handle various input output file operations?
Which statement is used to identify the private libraries in job?
How can return codes be tested before execution of a job step?
List in order the hierarchical levels of jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
which utility is used to run a cobol-db2 program?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What do you know about jcl?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Is there any command to check wether the ps file is in sorted order?
Must tape dataset definitions include vol=ser specifications?