How do you calculate record size of an alternate cluster?
Give your values for both unique and nonunique.



How do you calculate record size of an alternate cluster? Give your values for both unique and nonu..

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

Post New Answer

More VSAM Interview Questions

What is a VSAM slot?

1 Answers  


is it slower if you access a record through alternative index as compared to primary index?

1 Answers   IBM,


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

2 Answers  


if you wish to use the rewrite command how must the vsam file be opened?

1 Answers   IBM,


explain how can you initialize a vsam file before any operation?

1 Answers   IBM,


In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE parameter is not required ?

4 Answers   IBM,


What is the base cluster?

1 Answers   CGI,


max how many AIX coded in a vsam dataset??

2 Answers  


what's the biggest disadvantage of using a VSAM dataset?

8 Answers   Anjana, CTS, DSRC, IBM,


Why is master catalog used in vsam?

1 Answers  


what is control interval(CI) and control Area(CA)

4 Answers   EDS,


Do all versions of the GDG have to be of the same record length ?

3 Answers   IBM, iNautix,


Categories