What will happen if you attempt to restart a job in the
middle of a JCL // IF .... // ENDIF?
Answers were Sorted based on User's Feedback
Answer / guest
Job will fall through to the ENDIF (not executing any
steps), then resume execution with the first step AFTER the
// ENDIF.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / mahesh babu
step which is coded after the If and End-If will be executes
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / brahmareddy.t
If you code restart in between if & end-if
the job will execute from first step.
i.e. if you want to restart step5 in between if $ end-if then it will start from step1.
| Is This Answer Correct ? | 2 Yes | 2 No |
after submiting the jcl.how do you know that the job has been completed.
how many types of sorts are there in jcl?
how to resolve the soc4 error?
What is one line to pass PARM from JCL to COBOL?
Definition of COND parameter in JCL
Explain COND used in JCL?
what is JCLLIB and PROCLIB in jcl and their syntax
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
which utility is used to run a cobol-db2 program?
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
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 does a disposition of (MOD,DELETE,DELETE) mean ?