Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
No Answer is Posted For this Question
Be the First to Post Answer
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
Hi Guyz, My requirement is to empty out a PS file but not to delete. How would I do that. Is there any Utility. If any other way, plz answer. Thanks.
9 Answers iGate, Lehman Brothers,
How do you override a parameter in Positional parameters?
In DCB, what is LRECL,BLKSIZE,DSORG
What are isolation levels? Where do we need to specify them in compiling JCL?
Explain how can the attributes of one sms dataset be copied to another dataset?
Is condition checking possible in jcl? If yes, how?
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?
What does SYSIN * indicate?
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
How to alter the parameters for the existing gdg?
What is the function of dd disp parameter?