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

There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.

3 Answers   IBM,


Define concatenating?

0 Answers  


Explain the jcl exec statement?

0 Answers  


when can a job time-out occur? How to overcome that?

0 Answers   IBM,


what does mvs stand for?

1 Answers   IBM,






What is the use of ikjeft1b utility in jcl?

1 Answers  


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,


how do u define a file in cobol and jcl ?

2 Answers   TCS,


how to purge 50 initiators continuously?? console commands??

4 Answers   IBM, ups,


What is the function of //cntl statement?

0 Answers  


Explain about Internal Sort

1 Answers  


What is catelog procedure and how many catelog procedure to use in one job?

2 Answers   Infosys,


Categories