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 to search strings in multiple dataset with conditions 'string1 & string2'?

1 Answers   IBM,


What is the max blocksize for a Tape file?

2 Answers  


how you can access an uncataloged dataset in a JCL?

0 Answers  


describe the dd statement,its meaning,syntax and keywords?

1 Answers  


How to pass the temp dataset form one JOB step to another?

6 Answers   IBM,






How do you create a temporary dataset? Where will you use them?

2 Answers   IBM,


Is it possible to define dd statements as you want?

0 Answers  


what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

1 Answers  


What is a procedure?

1 Answers  


what will be the error code if duplicate key of VSAM file is found?

1 Answers   HSBC, Kings,


Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?

7 Answers   IBM,


Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..

1 Answers  


Categories