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 |
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
What is primary allocation for a dataset?
i need some shortcuts and tso commands can any on ehelp me in these ?
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
How can a jobs execution priority be modified?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
What is the use of symbol // in jcl?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)