Explain the function of dd disp parameter?
No Answer is Posted For this Question
Be the First to Post Answer
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
how to do automated restart when a job abends?
COND -> 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 ?
i want to avoid the positional parameter how to code it ?
What is JCL LIB ?
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
Explain about CBL/PROCESS statement syntax
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
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?
How Can we see all generations of a GDG ?
How much space OS allocates when you create a PS or PDS?