How can we execute only one step in a job
Answer Posted / mohammad
I think we have to use restart and cond parameter
at job card.i.e restart=stapname,cond(00,le).
This will execute only the step u need.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Is it possible to code instream data in a PROC?
How do you access an uncatalogued dataset in a jcl?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the purpose of dd * statement in jcl?
How to run cobol program using jcl?
which parameter is used to check the syntax of a jcl without executing it?
Explain the function of dd disp parameter?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How can unused space allocation be returned to the system when a dataset is closed?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the format of comment statement?
Can we use DISP=SHR in output file in JCL
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is timing concept in mainframe?