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
Explain dd statement in jcl?
What is the function of job statement in jcl?
What is the difference between run mode and addressing mode?
Mention the types of job control statements?
What does a disposition of (MOD,DELETE,DELETE) mean ?
what is use of disp parameter in dd statement?
Is acct parameter mandatory?
Is their any limit for data sets?
How can values be passed from the job stream to an executable program?
which parameter is use to declare the name of dataset in dd statement?
Explain how can values be passed from the job stream to an executable program?
Is it possible to left uncode disp?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Explain the job statement in jcl?
what are the various stages of job processing?