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
What is catelog procedure and how many catelog procedure to use in one job?
Can we call instream to catalog and catalog to instream?
What is multithreading in jcl?
List the different jcl statements that are not permitted in the procedures?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
List the different components of jcl statement?
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 the rules employed while naming the steps in a job?
Is automatic restart possible in jcl? If yes, how?
which parameter is use to declare the name of dataset in dd statement?
Explain the function of //jcllib statement?
What are the utility programs in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
What are the 2 types of parameters in dd statement?
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.