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

Suppose there are 10 steps in a PROC, I want to execute
only step5. How do you give the condition in the JCL that
calls this PROC?

Answer Posted / sk

Use IEBEDIT
//IEBEDITJ JOB ACCT,'',CLASS=P,MSGCLASS=T,MSGLEVEL=
(1,1),NOTIFY=&SYSUID
//STEP0001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=xxxxx.yyyyy.zzzzz,DISP=SHR
//SYSUT2 DD SYSOUT=(*,INTRDR)
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP5)
/*
//

Is This Answer Correct ?    8 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is concatenating?

1140


What is multithreading in jcl?

1530


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

2500


Is condition checking possible in jcl? If yes, how?

1343


What is the purpose of the dd keylen parameter?

1282


What do you understand by the term job time – out and how can you overcome that?

1087


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

1171


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

1283


Must tape dataset definitions include vol=ser specifications?

1785


Can we call instream to catalog and catalog to instream?

1188


Explain dd statement in jcl?

1183


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

1190


Explain how can a jobs execution priority be modified?

1262


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

2462


which utility is used a dummy utility?

1521