If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answers were Sorted based on User's Feedback
Answer / santhosh g.j.
If A PROC HAS steps, which are like step2,step3,step4,step5
and i want to execute only step3 then how do we need to
code jcl using IEBEDIT.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / samay simant
Hi,
I recommend the following steps:
1)Restart=step3 in the job card
2)cond=even in 4th step,what will happen it will bypass
this step even if 3rd step abends.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / syntel
You can Use RESTART in job cards.
RESTART=JOBSTEPNAME.PROCSTEPNAME
Thanks
| Is This Answer Correct ? | 4 Yes | 31 No |
What is the function of //jcllib statement?
how to split a file
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is the difference between catalogue procedure and In-Stream procedure?
Matching Logic in Jcl not in cobol.Could any one please answer this question
can we modify the code in copy book? if it possible how to submit ofter the modification.
How to pass data to a program that is coded in an exec statement?
Explain about ISPF/TSO Commands
How jcl is used for testing batch programs?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
hi friends........if u know syntax of IEBEDIT IN JCL