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 |
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?
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 the concept of IMPORT in vsam??
should a AIX should be a unique value?
what is difference between repro and export? if any one know this plz tell me
How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?
what does a file status of 02 on a vsam signifies?
How to insert values for variables that are declared as COMP-3 variables in COBOL program in an already created VSAM file.
Explain the index set?
if you wish to use the rewrite command how must the vsam file be opened?
What is a CA, control area?
What happens when you open an empty VSAM file in a COBOL program for input?