Answer Posted / shailendra
cond means condition parameter
this parameter we can use in job as well as exec statment
if we are mention cond then it will check condition for the
step before execute it. if condition will match then this
step never execute. we can put maximum 8 condition at a
time.
format
cond=((retern code,conditon,step name),....(retern
code,conditon,step name))
| Is This Answer Correct ? | 42 Yes | 3 No |
Post New Answer View All Answers
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
how you can direct the data to spool using SYSOUT option?
Is it possible to left uncode disp?
What is the purpose of disp parameter?
What is Cataloged Procedures?
what happens in execution stage in job processing?
Is their any set of rules for dd? Explain.
what is DSN parameter and DISP parameter is used for?
What are the utility programs in jcl?
How does jcl specify the job to the operating system?
List in order the hierarchical levels of jcl?
What do you understand by the term notcat 2 – gs?
Are there any set of rules for the names of the steps used in a job? What are they?
How can the submitting users racf authority be overridden in a job stream?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?