What is the difference between a PDS member and a GDG
Generation ? Is it only this, that with a generation we can
use +1, 0, -1 etc while with PDS member we can not ?
Answer Posted / polsani
In gdg generation are of ps data set type but in pds its a
member(jcl/cobol programs)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is Cataloged Procedures?
How does jcl act on a cobol code?
What are some jcl statements that are not allowed in procedures?
Are there any set of rules for the names of the steps used in a job?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
which utility is used to run a cobol-db2 program?
Why include statement is used in a jcl?
Which statement is used to identify the private libraries in job?
How do you create a temporary dataset?
How to override loadlib?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
When output dataset space is required, what quantity categories are used?
Where can program checkpoints be stored for use in a restart?