How can we execute only one step in a job
Answer Posted / deb
as per Sravanthi's answer.. A null (/*) statement at the
end of this step can be given for running this step alone
but we have to give restart in job.
suresh,the second method that u have suggested its not
correct, coz if u have more than one step in the same job
then u have to code the same COND parameter for each step.
this will stop the execution of 2 step...
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How dummy is used in jcl?
when does a dataset go uncataloged?
What is the purpose of disp parameter?
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.
How do you submit a job for execution?
How to run cobol program using jcl?
What are the 4 fields in dd statement?
What are the utility programs in jcl?
when can a job time-out occur? How to overcome that?
Name the statement which can be used to send data to another mvs jes3 node?
what is the purpose of coding class parameter in job statement?
which parameter is used to check the syntax of a jcl without executing it?
Explain the purpose of dd * statement in jcl?
How can the submitting users racf authority be overridden in a job stream?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?