Suppose a generation of GDG gets created in a particular step of
a proc. How would you refer the current generation in a
subsequent step? What would be the disposition of this generation
now ?
Answers were Sorted based on User's Feedback
Answer / bala
It will be always (+1), Since we are creating in one step
and using it in next step. So the Generation will be +1
only. Once the job completed, it will become 0.
| Is This Answer Correct ? | 10 Yes | 0 No |
print ids(/)char??what is the full form of ids??
What is the base cluster?
Assuming that the DEFINE JCL is not available, how do you get info about a VSAM file's organisation?
Do primary key values have to be unique? Do alternate key values have to be unique?
I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it
Under IDCAMS , multiple functions can be executed, each of which returns a cond code. What will be the condition code returned to the operating system ?
Syntax of AMS modal commands ?
What is Control Interval, Control Area?
How to get the last record in vsam file in cluster?
In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?
FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS
What's a LDS (Linear Data Set) and what's it used for?