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


i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?

Answers were Sorted based on User's Feedback



i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?..

Answer / praveen bejjanki

If you give Restart=step2 in jobname, it will ignore the
cond paramater on step2.
Dont modify the existing cond parm on step2.
Generally if you restart a jcl from a particular step it
will ignore the cond parm for that particular step.

Is This Answer Correct ?    8 Yes 0 No

i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?..

Answer / suman

you specify cond=even in step2 and restart step2 by useing
restart parmeter

Is This Answer Correct ?    3 Yes 1 No

i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?..

Answer / vimal

you can uncomment the restart step2. so it will work.
and your cond command will have to match that step2 shud
take the input that you have given in step2 rather than
waiting for first step input.

Is This Answer Correct ?    2 Yes 2 No

i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?..

Answer / lu

it restart step2 if u keep restart step2 in your JCL,you
have to modify COND...

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More JCL Interview Questions

how can the same proc be re-used and called by many jobs?

0 Answers   IBM,


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

0 Answers  


I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?

5 Answers   Polaris, Tech Mahindra, UST, Wipro,


Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.

1 Answers  


why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two

1 Answers   IBM, Perot Systems,


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

0 Answers  


what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.

5 Answers   BirlaSoft, Infosys,


What happens if both JOBLIB and STEPLIB is specified ?

8 Answers  


How do you overcome this limitation ?

0 Answers  


What is a S0C4 error ?

2 Answers  


What are three major types of JCL statements? What are their functions?

1 Answers  


What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?

2 Answers  


Categories