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 do you mean by gdg in vsam?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
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 device independent method to indicate where a record is stored?
Define base cluster?
what do you mean by recovery and speed parameters in define cluster command?
What is the main function of key sequenced data set in vsam?
What is a lds (linear data set) and what is it used for?
What is the purpose of having vsam data space?
what do you mean by define model parameter?
is it necessary that all versions of the gdg have to be of the same record length?
what is the syntax of ams modal commands?
in a cobol select statement, can you tell what is the organization for a ksds?
there are seven idcams commands in vsam. Can you name and explain each of them?
What is the main function of key-sequenced data set?