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 |
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
I have a File that has duplicate records. I need only those records that occur more than thrice.
I need exexution process for JCL programs
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
What are the 2 types of parameters in dd statement?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
wht do u mean by inrec and outrec ?
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
how to allocate a dynamic dataset in jcl ?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
Can we give two user name in NOTIFY parameter in JOBCARD