In job processing, what happens in execution stage?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
Explain how can return codes be tested before execution of a job step?
what is full form of AIX
Explain the jcl exec statement?
What statement marks the end of an in-stream or catalogued procedure?
what will be the error code if duplicate key of VSAM file is found?
IF 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) ?
What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
How would you understand error(execution phase)?
How to ALTER the name of a GDG ?
Passing a variable parm from JCL to a cobol/db2 program
which statement is used to end the in-stream procedure in a jcl?