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 we have 100 job steps in JCL and we want to excute steps
only starting from 43 to 50, then how it can be coded in JCL/

Answer Posted / avinashn17

use the following,

//STEP1 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=XXXX(MEMBER),DISP=SHR
//SYSUT2 DD SYSOUT=(*,INTRDR)
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP43-STEP50)
/*

only steps 43-50 would be included and executed.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to define dd statements as you want?

1161


which parameter is used to check the syntax of a jcl without executing it?

1419


define cond parameter in jcl?

1326


Does jcl support automatic restart?

1291


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

1602


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

1339


What is multithreading in jcl?

1530


write a jcl to execute a job by 7:00 am on jan 20,1986?

1162


How do you overcome this limitation ?

1249


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

1518


Explain how can the disposition of sysout datasets be set for an entire jobstream?

1147


What is the function of job statement in jcl?

1141


What is the function of //cntl statement?

1393


What are the utility programs in jcl?

1213


What is concatenating?

1139