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
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 |
Answer / suman
you specify cond=even in step2 and restart step2 by useing
restart parmeter
Is This Answer Correct ? | 3 Yes | 1 No |
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 |
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 |
How to search strings in multiple dataset with conditions 'string1 & string2'?
What is the max blocksize for a Tape file?
how you can access an uncataloged dataset in a JCL?
describe the dd statement,its meaning,syntax and keywords?
How to pass the temp dataset form one JOB step to another?
How do you create a temporary dataset? Where will you use them?
Is it possible to define dd statements as you want?
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.
What is a procedure?
what will be the error code if duplicate key of VSAM file is found?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..