Do primary key values have to be unique? Do alternate key
values have to be unique?
Answer / guest
Primary key values must be unique; alternate key values need
not be.
| Is This Answer Correct ? | 12 Yes | 2 No |
can we access sequential files online
max how many AIX coded in a vsam dataset??
how to see the last records in vsam dataset??
What is a path?
Can we copy a sequential file to a VSAM file ? If yes, What will happen of the size of the sequential file is bigger than that of the VSAM file?
I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it
Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?
what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
Can we copy Vsam files from a Vsam file in Iebgener step?
4 Answers iGate, Tech Mahindra,
In a file(PS), we dont know how many records are there. requirement is divide half n half the records n insert into 2 another files(PS).
explain how many ways you can load data in a vsam cluster?
to use the rewrite command, how should the vsam file be opened?