How do you calculate record size of an alternate cluster?
Give your values for both unique and nonunique.
Answer / guest
Unique Case: 5 + ( alt-key-length + primary-key )
Non unique Case: 5 + ( alt-key-length + n * primary-key )
where n = number of duplicate records for the alternate key
| Is This Answer Correct ? | 7 Yes | 0 No |
What is a VSAM slot?
is it slower if you access a record through alternative index as compared to primary index?
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
if you wish to use the rewrite command how must the vsam file be opened?
explain how can you initialize a vsam file before any operation?
In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE parameter is not required ?
What is the base cluster?
max how many AIX coded in a vsam dataset??
what's the biggest disadvantage of using a VSAM dataset?
8 Answers Anjana, CTS, DSRC, IBM,
Why is master catalog used in vsam?
what is control interval(CI) and control Area(CA)
Do all versions of the GDG have to be of the same record length ?