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
Matching Logic in Jcl not in cobol.Could any one please answer this question
what is use of space parameter in dd statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Is condition checking possible in jcl?
What is the purpose of dd * statement in jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Can we call instream to catalog and catalog to instream?
what happens in conversion stage in job processing?
Explain how can a jobs execution priority be modified?
How does the jcl specify the job to os?
When output dataset space is required, what quantity categories are used?
What is the function of job statement in jcl?
Explain the function of //cntl statement?
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.
What is the syntax of JCL statement?