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

We have 100 steps in a procedure and we need to run the jcl
and execute only 25th step in the proc and not the
remaining steps. How can we do it?

Answer Posted / vikas bhardwaj

//QV1P01TV JOB ABCB......
//STP EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT = *
//SYSUT1 DD DSN=.......
//SYSUT2 DD DSN=.......
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP25)
/*

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the parameter we cannot use in procedure?

1193


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

2350


How can unused space allocation be returned to the system when a dataset is closed?

1560


Matching Logic in Jcl not in cobol.Could any one please answer this question

4225


What is multithreading in jcl?

1530


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

1342


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 use of IEBGENER utility?

1226


what is DSN in JCL and what are the parameters to declare the DSN?

1249


Is it possible to define dd statements as you want?

1161


What are some jcl statements that are not allowed in procedures?

1287


What is the purpose of dd dummy statement?

1521


what is use of space parameter in dd statement?

1327


Explain about LMQUERY�give a dialog information about a data set

1507


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

1131