COND ->
step1
.
.
step2,
Step2, Executes if the CC of step1 is 0.
But even if it is NOT 0 and if we dont give COND, will step2
be executed ?
Answer Posted / ven
step2 will not be executed if step1 cc not= to 0
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
when does a dataset go uncataloged?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Is it possible to left uncode disp?
how would you create a temporary dataset? And where will you use them?
In job processing, what happens in execution stage?
What is jcl in mainframe?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
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 significance of addrspc parameter in the exec statement?
Explain the hierarchy levels in jcl?
What are the 2 types of parameters in dd statement?
What is the function of dd name parameter with a 2 part structure; audit.report?