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 / girish kumar
by using iebedit utility u can solve this easily.
first u code all steps in saparate member using iebedit
utility and then write another jcl program menction member
name like pgm=membername and
then code like this.
sysin dd *
edit type=include,stepname=(s2,s4)
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Matching Logic in Jcl not in cobol.Could any one please answer this question
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?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the function of the dd mgmtclas keyword in sms datasets?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Is there any command to check wether the ps file is in sorted order?
How is the record format of an output dataset specified?
How can the submitting users racf authority be overridden in a job stream?
What are the difference between jcl and jes?
What is the function of //cntl statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
For what purpose steplib and joblib are used ?
Is automatic restart possible in jcl? If yes, how?
How to run cobol program using jcl?
Explain the function of //jcllib statement?