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...
Answers were Sorted based on User's Feedback
Answer / guest
1)Please use the Restart parameter in the job card (for
example Restart=jobstep.procstep)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / venkat ramana
IN THIS CASE, CODE THE CONDITION PARAMETER ON THE JOB
STATEMENT IN SUCH A WAY THAT IT WILL BYPASS ALL THE STEPS
IN THAT JOB.
COND = (0,LE)
AND FOR WHAT EVER THE STEP YOU WANT EXECUTE, WRITE THE
BELOW COND PARAMETER
COND.STEPNAME (NAME OF THE STEP YOU WANT TO EXECUTE) =
(0,GT)
| Is This Answer Correct ? | 1 Yes | 3 No |
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
What are s0c1, s0c4, s0c5, s0c7 and socb?
Max. No of DD statements in a job ?
what are the ways of passing data to a cobol program from jcl?
What will happen if two JOB statements are mentioned in an JCL continuously.
wht happens if cond=true ? pls give me with an example ?
wht r s722,s822,s122 and s222 abends pls reply fast
how many members can be created inside a single pds?
Explain the function of job statement in jcl?
What is the purpose of dd * statement in jcl?
What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?
How to pass the temp dataset form one JOB step to another?