i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
Answer Posted / pavan
If we can edit the JCL then add a COND to the steps which you don't want to execute so that you can skip those.
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What is the function of the dd dcb keyword?
What is jcl in mainframe?
How can unused space allocation be returned to the system when a dataset is closed?
What happens if both JOBLIB & STEPLIB is specified ?
Is condition checking possible in jcl? If yes, how?
Explain how can a stopped job be started again?
What is condition checking in jcl? Is this possible?
Is their any limit for data sets?
How does the jcl specify the job to os?
How to pass the parameter in parm using linkage section ? (syntax)?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the format of comment statement?
Explain how can a jobs execution priority be modified?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is multithreading in jcl?