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 is the purpose of the dd keylen parameter?
how to resolve the soc4 error?
in jcl you are having JCLLIB and STEPLIB what happens
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
What are the common keyword parameters in both job and exec statements
What does the keyword DCB mean and what are some of the keywords associated with it?
how to split a file
What is the use of ikjeft1b utility in jcl?