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

How can i execute 5th step without executing first 4 steps?

Answer Posted / satheesh

To Execute particular step, use IEBEDIT option.
Below Sample version
//STEP001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=MYDSN.JCL(MEMBER),DISP=SHR
//SYSUT2 DD SYSOUT=*
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP5)
/*
//*

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

2512


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

1228


Are there any set of rules for the names of the steps used in a job? What are they?

1117


What is the function of //jcllib statement?

1376


In job processing, what happens in conversion stage?

1239


How does the jcl specify the job to os?

1209


State the uses of syspring, sysin, sort fields, sum fields and dummy.

1133


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

1375


what are the various stages of job processing?

1345


how do you access an uncataloged dataset in a jcl?

1808


Explain the function of a dd statement?

1272


what is a jcl?

1178


Explain the function of dd disp parameter?

1172


Explain the function of //jcllib statement?

1273


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

1283