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


Please Help Members By Posting Answers For Below Questions

Can I send output of job to my remote device careerride123?

661


Explain the purpose of dd dummy statement?

667


what is SOC4 error?

732


i want to store 20 digits . how will u do it in cobol ?

858


How to do automated restart when a job abend?

787






Explain about ISPF/TSO Commands

1308


What is timing concept in mainframe?

1658


Explain the function of dd name parameter with a 2 part structure; audit.report?

891


How can a fb file convert to vb file using sort program?

802


Explain the hierarchy levels in jcl?

1116


Can I share my data with other jobs? How?

664


Explain the function of //jcllib statement?

699


What is the maximum length of a single line of jcl?

825


How can a jobs execution priority be modified?

793


Is automatic restart possible in jcl?

732