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 |
What are three parameters you can specify on Job statement as well as on exec stmt ?
Explain the function of //jcllib statement?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
how to see the latest generation in gdg?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
How do you restart a PROC from a particular step?
i have a string of 80 chars i want to replace 4th char with "a"?
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
wht is step lib n job lib ? where can we code joblib n steplib ?
What you mean by skeleton JCl?