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 a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
what is the purpose of coding class parameter in job statement?
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Explain how can an in-stream dataset be terminated?
Explain the function of the dd dcb keyword?
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
how to convert a file form fixed Length to variable length?
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,