How are GDGs concatenated?
Answer / guest
Generation Data Groups are concatenated by specifying each
dataset name and the generation number for all generations
of the generation data group. Otherwise to have all
generations of a generation data group, omit the generation
number. The DD statement will refer to all generations. The
result is the same as if all individual datasets were
concatenated. If generations are not on the same volume,
this will not work.
| Is This Answer Correct ? | 8 Yes | 0 No |
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
A job has 150 steps i want to execute only 57th step
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
How do you restart a step in JCL?
How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is GDG?
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
How can the submitting users racf authority be overridden in a job stream?
when GDG version number get changed ? bcz always Generations only increasing.