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 |
Explain how can return codes be tested before execution of a job step?
How to skip first step of a job? Can we use COND on the first step?
What is the function of the dd dcb keyword?
What 3 guidelines do we have to follow when concatenating DD statements?
restart logic ?
Explain about SYSVAR
What is one line to pass PARM from JCL to COBOL?
How can return codes be tested before execution of a job step?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How many positional parameters are there in job statement?
what is a steplib
How to view the hexa decimal value thru file aid if copy book is not present for that particular data