When we use conditional statement in JCL using
if-then-else-endif, IF statement is true, the step is
bypassed or executed?
Answer Posted / nidhi sharma
IF STATEMENT IS TRUE STEP WILL BYPASS OTHERWISE IT WILL
EXECUTE.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
how you can direct the data to spool using SYSOUT option?
How to do automated restart when a job abend?
What do you understand by the term notcat 2 – gs?
What do you understand by the term job time – out and how can you overcome that?
What is the motivation behind coding class parameter in job statement?
what is the compile process of cobol program expalin with code
what is the resolution for sb37 error
which parameter is used to check the syntax of a jcl without executing it?
What is the use of disp parameter?
For what purpose steplib and joblib are used ?
Explain the function of dd disp parameter?
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 do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain how can a jobs execution priority be modified?