a dd statement has 2 types of parameters. Name them?
No Answer is Posted For this Question
Be the First to Post Answer
How to ALTER the name of a GDG ?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
how you will the direct the data to spool using sysout option?
Can we change the LIMIT of GDG?
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 is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?
Why do you want to specify the REGION parameter in a JCL step?
What is DISP= (NEW,PASS,DELETE)?
what is the difference between return code and maxcc?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
Explain the function of the steplib dd statement?
What is the improvement to COND= in the latest version of MVS?