Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Define concatenating?

1149


How can the submitting users racf authority be overridden in a job stream?

1349


What is the use of symbol // in jcl?

1534


what is the use of IEBGENER utility?

1226


when does a dataset go uncataloged?

1357


a dd statement has 2 types of parameters. Name them?

1176


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?

1206


What is catelog procedure and how many catelog procedure to use in one job?

8788


Explain how can an in-stream dataset be terminated?

1406


How does jcl act on code(if you take a cobol program)?

1346


Explain the purpose of dd dummy statement?

1273


what are the statements that are not valid to be included in an include statement?

1432


Can an individual step be restricted from using all the jobs allowed cpu time?

1602


What is the motivation behind coding class parameter in job statement?

1230


How to submit jcl through a cobol program?

1191