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 |
why do we use file-aid wht r the adv of using file-aid thn in ispf
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
What is the use of DSNDB07 ?
wt will happen to the step of a job if u code COND=ONLY
how can we override data definitions in jcl. can any one give detailed example
what is check pending option
can any one plzzzzzz tell the jcl code for creating ps using idcams
Explain the function of the steplib dd statement?
What is the use of disp parameter?
how to do automated restart when a job abends?
Explain about LMCLOSE�close a data set