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...
Answer Posted / 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 |
Post New Answer View All Answers
Where can program checkpoints be stored for use in a restart?
Where & How Do You Code Identifier In Jcl?
Must tape dataset definitions include vol=ser specifications?
Explain dfsort utility?
What are the parameters that are used in creating a gdg?
how you will the direct the data to spool using sysout option?
Is it possible to left uncode disp?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
in ways data can be passed to a COBOL program from JCL?
Explain the function of the dd dcb keyword?
Is condition checking possible in jcl?
How can the attributes of one sms dataset be copied to another dataset?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Name the statement which can be used to send data to another mvs jes3 node?
How to submit jcl through a cobol program?