If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
2 6565COND -> 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 ?
4 9424IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?
2 6484Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
8 10504Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
4 9527We 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) ?
2421We 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) ?
2238When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
1 6863FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
4 7286Post New IBM JCL Interview Questions
Describe your approach to minimizing treatment-related toxicities and adverse effects.
What were the most energizing/enjoyable aspects of your job in this given period?
How the biotic potential can be represented in the same graphic?
How to enable lazy loading?
What is tier price in magento 2?
post pscwb question and answer for accounting paper I & II for govt.officers departmental examination.
How to select HPLC column for a particular product?
Is an arraylist a vector?
What is the usage of dir() and dir() function in python?
Which command is used for user defined error messages?
What is sql clause?
What are Features of Recursion?
How does the PeopleSoft Enterprise Portal workwith 8.1x and 8.4 applications?
What are the difference between server-side ajax framework and client-side ajax framework?
How would you check if a variable is null/undefined?