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 |
Explain the purpose of the file status clause in the select statement?
How do you load a VSAM data set with records ?
how many ways can we open i vsam file ? like print ch ids (/) is thre any other way to open the vsam file please can any one answer ?
What is VERIFY command ? when do you use this command?? What actually it does ??
when u r using repro command what happens if both infile and outfile names same
If FSPC(100 10 is specified does it mean that both the control interval and control area will be left empty because 100 % of both CI and ca are specified to be empty?
what is the use of the file status clause in the select statement in vsam?
What are the distinctive features of a ksda, key sequenced dataset?
what is a Base Cluster?
what does a file status of 02 on a vsam signifies?
What is the utility program closely associated with VSAM?
How do you load a VSAM data set with records ?