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 / dedicated_programmer
Thanks Karthik,
And could you help in sorting out whether there is any other
difference between a PDS member and a GDG generation EXCEPT
that we can reference the GDG Generations using +1, 0, -1
etc while with PDS members we can NOT ?
Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the significance of addrspc parameter in the exec statement?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How does jcl act on code(if you take a cobol program)?
Explain the hierarchy levels in jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
What are steplib and joblib?
What are steplib and joblib? What for they are used?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain the jcl exec statement?
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 can a job time-out occur? How to overcome that?
What statement can be used to send data to another mvs jes3 node?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.