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 |
How to delete a member using JCL.?
What is the maximum record length for the VSAM dataset?
If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?
How do you define an altindx?
what is the use of aix in vsam why do we go for aix and wht is build index in vsam?
in what type of vsam datasets can an alternate index be defined??
max how many AIX coded in a vsam dataset??
what do you mean by the cobol record key clause in vsam?
What's a LDS (Linear Data Set) and what's it used for?
what is the purpose of the verify function of idcams?
What is the main function of key sequenced data set in vsam?
how can we convert esds to lds?