i have 10 steps in my jcl.
-->if i want to execute my program from 5th step what i
have to do? don't give //* in ur previous steps
--> if i want to execute my program from 1to 5 steps only
what i have to do?
Answers were Sorted based on User's Feedback
Answer / ch.mahendra babu
by using restart parameter like
restart=step5
so execution process will be starts from 5th step.
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / lakshmisudha
if u want execute from step5 on words u can code in jobcard
like restart=step5 (or) use COND Parameter (or)Using IEBEDIT
utility u can execute particular steps what ever u want(like
randomly also u can execute )
| Is This Answer Correct ? | 8 Yes | 2 No |
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
wht do u mean by inrec and outrec ?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
Explain COND used in JCL?
Name a few IBM utility programs, and explain its function.
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
What is a GDG
What is the difference between catalogue procedure and In-Stream procedure?
What is the significance of addrspc parameter in exec statement?
wht r s722,s822,s122 and s222 abends pls reply fast
what is “Cond= even” and “Cond=only”?
How to get cursor position from system in CICS environment ?