How do you calculate record size of an alternate cluster?
Give your values for both unique and nonunique.
Answer Posted / 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 View All Answers
how can you load a vsam data set with records ?
What is a base cluste?
What are the different commands used in idcams for vsam?
explain the information contained in ci
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
Explain the process in which flat files are converted into vsam files?
difference between vsam and database tables
what do you mean by the repro command?
Define free space?
What is speed parameters in define cluster command?
explain how many ways you can load data in a vsam cluster?
if you wish to use the rewrite command how must the vsam file be opened?
what do you mean by gdg in vsam?
what is the meaning of dynamic processing in vsam?
What does the keyranges parameter in define cluster commends do?