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
What is the purpose of control intervals in vsam?
How do you calculate record size of an alternate cluster?
Explain the purpose of the file status clause in the select statement?
What does the keyranges parameter in define cluster commends do?
what do you mean by the repro command?
what is meant by s0c-07 system abend codes?
what do you mean by a shareoptions parameter (shr) in define cluster command?
what are the idcams commands that can be used for vsam and explain each of them.
Why is it required to have a keyed directed retrieval?
How do you define an altindx?
Tell me how many alternate indexes you can have on a dataset?
What is the use of access method services in vsam?
Explain the biggest disadvantage of using a vsam dataset?
Would you specify freespace ce for an esds?
how do you define an altindx ? How do you use altindxs in batch, cics programs?