I have a JCL with 100 steps. I want run the Alternate steps
in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this
scenario? If It is by Cond Parameter can you provide the
Condition code for that?
Answer Posted / sathish kumar
In job card give restart=stepname2
from stepname3 to consecutive ODD steps give the below
condition
cond=(4095,GE)
This will execute the steps stepname2,4,6,8.... and
bypasses the odd steps.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain about ISPF/TSO Commands
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How can the attributes of one sms dataset be copied to another dataset?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Can we use DISP=SHR in output file in JCL
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
how can you check if a file is empty using jcl?
Describe the various parameters utilized in the creation of a gdg?
Explain the function of //jcllib statement?
How do you access an uncatalogued dataset in a jcl?
What is the function of the dd dcb keyword?
what are the various stages of job processing?
What is timing concept in mainframe?
What are the parameters that are used in creating a gdg?