If we have 100 job steps in JCL and we want to excute steps
only starting from 43 to 50, then how it can be coded in JCL/
Answer Posted / vichu
asha , u can try using IF RC not equal 0 THEN --- ENDIF
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Differentiate between the joblib and the steplib statements?
which utility is used to sort a file in jcl?
How do you create a temporary dataset?
Explain about ISPF/TSO Commands
Explain how can a jobs execution priority be modified?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Is condition checking possible in jcl?
Name the statement which can be used to send data to another mvs jes3 node?
What do you understand by the terms: joblib and steplib?
how can the same proc be re-used and called by many jobs?
What is the function of the dd mgmtclas keyword in sms datasets?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How to submit jcl through a cobol program?
what is the purpose of coding class parameter in job statement?
What is catelog procedure and how many catelog procedure to use in one job?