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

In job processing, what happens in conversion stage?

0 Answers  


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

0 Answers  


I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:

4 Answers   ITC Infotech, TCS,


how do you access an uncataloged dataset in a jcl?

0 Answers   IBM,


what is the purpose of SYSOUT parameter in the DD statement?

1 Answers  






Can we delete the data using IEFBR14 , IEBGENER??

5 Answers   Kanbay,


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

0 Answers  


How can a fb file convert to vb file using sort program?

0 Answers  


What do you feel makes a good program?

1 Answers  


What is the use of disp parameter?

0 Answers  


What is the maximum length of a single line of jcl?

0 Answers  


if we give two job cards in a single what happens

3 Answers   IBM,


Categories