I have 5 generations in my GDG. How do I code in the JCL to
consider all the 5 versions of the GDG ?
Answer Posted / archana
Specify only the GDG base. All the versions of GDG will be
considered.
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
How can values be passed from the job stream to an executable program?
in ways data can be passed to a COBOL program from JCL?
What are steplib and joblib? What for they are used?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How to alter the parameters for the existing gdg?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Differentiate between the joblib and the steplib statements?
What are the 2 types of parameters in dd statement?
what is a jcl?
Explain the jcl exec statement?
Explain the purpose of dd dummy statement?
How can the disposition of sysout datasets be set for an entire jobstream?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
We 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) ?
Is there any command to check wether the ps file is in sorted order?