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 |
What is the main function of key sequenced data set in vsam?
How to insert values for variables that are declared as COMP-3 variables in COBOL program in an already created VSAM file.
By looking into JCL can we identify the dataset is VSAM (VSAM dataset supposed to be a input dataset).In this scenerio how will we identify the dataset is VSAM ?
5 Answers Cognizant, EDS, Shridhar,
how to see the last records in vsam dataset??
what is buffering and how does it apply to vsam files ?
By seeing the file itself how can we identify whether it is A vsam file or flat file
What is control interval?
How to get the last record in vsam file in cluster?
What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
Is it slower if you access a record through alt index as compared to primary index?
How many buffers are allotted to VSAM KSDS and ESDS?
What is the use of access method services in vsam?