I have 5 steps in my job. say s1, s2, s3, s4, s5
//s1 exec .............
//s2 exec ............
//s3 exec ..........
//s4 exec ........
//s5 exec ...............
my question is i want to exeute only s2 and s4 steps...
please advice me how to do this:
Answer Posted / kiran kumar
code always true condition on s1 s3 s5 steps using cong
parameter Ex: //s1 exec..... cond=(4096,gt)
or
by using iebedit utility
//job exec pgm=iebedit
//s1
//s2
//
//
//s5
//sysin dd *
start jobname type=include (s2,s4)
//
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Explain the function of dd name parameter with a 2 part structure; audit.report?
which parameter is use to declare the name of dataset in dd statement?
How to submit a jcl from cics?
What is the syntax of JCL statement?
What are the rules employed while naming the steps in a job?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Name the statement which can be used to send data to another mvs jes3 node?
How to override loadlib?
Is condition checking possible in jcl? If yes, how?
What is the purpose of the dd keylen parameter?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is notcat 2 - gs?
How can a stopped job be started again?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Matching Logic in Jcl not in cobol.Could any one please answer this question