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 |
What is DSNDB06 ?
What is the meaning of keyword in JCL? What is its opposite?
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
what is the purpose of coding class parameter in job statement?
How can the disposition of sysout datasets be set for an entire jobstream?
what is DD statement is used in JCL?
Can we call instream to catalog and catalog to instream?
What you mean by skeleton JCl?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
In sms datasets, what is the function of the dd avgrec keyword?
For how long a job can be executed continuously in a mainframe ?
when GDG version number get changed ? bcz always Generations only increasing.