How can we execute only one step in a job
Answer Posted / sushanta
Use RESTART parameter and then use null for that step so
that no step gets executed after that.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of disp parameter?
How to submit jcl through a cobol program?
Explain how can an in-stream dataset be terminated?
what is a jcl?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Differentiate between addressing mode and run mode.
how JCL works?
What is the purpose of dd?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
i want to store 20 digits . how will u do it in cobol ?
What dd statement is used to supply the name of a dataset?
What parameter of the job statement is used to limit the cpu time consumed by the job?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Differentiate between the joblib and the steplib statements?