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?

Answers were Sorted based on User's Feedback



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

Answer / siri

using restart parameter.....
//jobname job ,,,restart=proc.step5.....
and next given cond=(00,le) in step6 to step10..

Is This Answer Correct ?    4 Yes 1 No

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

Answer / 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

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

Answer / sk

Use IEBEDIT utility, It can be solved easly using this
utility.

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More JCL Interview Questions

wht do u mean by notify parameter, how can u give acess to multiple users ?

4 Answers   L&T,


what are the symbolic parameters? why do we use symbolic parameters ?

2 Answers   IBM, TCS, UST, Xansa,


What is meant by S0C7 system abend code?

8 Answers  


Can you execute a PROC from another PROC?

8 Answers   Keane India Ltd,


How does the jcl specify the job to os?

0 Answers  


In how ways you can pass the data from Jcl to cobol ?

3 Answers   Cap Gemini, IBM,


Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?

5 Answers   Cognizant,


wht do u mean by internal reader in jcl ? wht is the use of internal reader ?

1 Answers   Syntel,


Is acct parameter mandatory?

0 Answers  


I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?

1 Answers  


what does mvs stand for?

1 Answers   IBM,


Explain about LMMLIST�list a library's members

1 Answers  


Categories