Suppose I have Five Steps in PROC In this Case I want to
Execute third Step in PROC using Main JCL don't use any COND
Explain with Coding Thanks & Regards
SHREE
Answers were Sorted based on User's Feedback
Answer / ram.g
you can use iebedit utility
eg:
//xxxxx job ( ) .....
//step001 exec pgm=iebedit
//sysprint dd sysout=*
//sysut1 dd dsn= your.dsname,disp=shr
//sysut2 dd sysout=(*,intrdr)
//sysin dd *
edit type =include,stepname=your stepname
/*
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / sravanthi
Yeah, We can give RESTART=PROCNAME.STEPNAME the job card of
the main jcl. And inorder that no other steps run after the
3rd step, specify //(null statement) in the JCL to stop the
execution of other steps in the PROC
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / udhay
We can give RESTART=PROCNAME.STEPNAME the job card of the
main jcl
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / guest
Thru CA7 we can restart the job from the step wherever you
want.First RUNH,JOB=JOBNAME after that XQ,JOB=JOBNAME Give
F in front of the job in the left side after that mention
the step name and put X in front of that left side and hit
enter.
| Is This Answer Correct ? | 0 Yes | 3 No |
What are the parameter in the job card wihtout which job won't run........
How many days does a job remain in spool
What is the purpose of the PARM keyword in the EXEC statement?
how can we override data definitions in jcl. can any one give detailed example
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
How is a type of file defined in the jcl that executes the cobol program?
Explain about REXX
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
How can a job send a status message to a tso user at the completion of a job?
what is a steplib