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...

If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?

Answer Posted / joshna

//jobname positional parms,keyword parms,.... Restart=step3
//..
//..
//..
//step3 exec=xxxx
//...
//step4 exec=yyyy,cond=(0,eq,step3)
//..
//step5 exec=zzzz

Is This Answer Correct ?    52 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the difference between jcl and jes?

1658


Name what parameter directs the output of the job log dataset?

1105


Is it possible to code instream data in a PROC?

1392


What is the purpose of dd dummy statement?

1521


how can the same proc be re-used and called by many jobs?

1558


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

1175


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 ?

9804


What is the significance of addrspc parameter in the exec statement?

1131


Explain how can a jobs execution priority be modified?

1260


what is “Cond= even” and “Cond=only”?

1364


Why block size is multiple of lrecl in jcl?

1473


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2795


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

1490


In sms datasets, what is the function of the dd avgrec keyword?

1156


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

1129