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 necessary that all versions of the gdg have to be of the same record length?
what is the concept of AIX in vsam ????
What is the purpose of control intervals in vsam?
Create syntax for a VSAM file ?
Can AMS commands be run from the TSO prompt ?
Using alternate indexes in cics program?
How do you define a GDG ?
what is the difference b/w sequential and ESDS
how to see the last records in vsam dataset??
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
What does the keyranges parameter in define cluster commends do?