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 / zos13
To understand the difference between PDS and GDG, you need to know the difference between PDS and PS.
PDS is like a folder of Windows with limitation it can not contain another folder(S), but Windows can do.
PDS may contain Programs, JCL's, Files(input/output) etc and they are called members.
If you wan to access a particular member, you need to give complete path like userid.xxxx.xxxx(memname).
PS is a single, independent file created by option 3.2 using Directory =0 or, PS or through JCL with DCB, SPACE, UNIT parameters etc.
Now coming to GDG's, they are similiar to PS with only difference if limit is 5 then there will be a kind of relation between all GDG's or their versions.
You can use (0), (-1), (-2), (+1) etc. based on creation or version or by giving the complete path(GDG name with GnnnnVnn).
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What statement can be used to send data to another mvs jes3 node?
What is concatenating?
How can a jobs execution priority be modified?
What dd statement is used to supply the name of a dataset?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is JCL?
What is the purpose of disp parameter?
Explain the function of a dd statement?
what is DD statement is used in JCL?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How to do automated restart when a job abend?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What are s0c1, s0c4, s0c5, s0c7 and socb?
a dd statement has 2 types of parameters. Name them?
Is automatic restart possible in jcl?