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 |
if not using the 'commit' when closing VSAM file,what will happend
What happens when you open an empty VSAM file in a COBOL program for input?
what is the RRN for the first record in RRDS?
How do you calculate record size of an alternate cluster?
is delete operation supported in an esds? Is rewrite operation possible in esds?
How do you initialize a VSAM file before any operation? a VSAM with alternate index?
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...
In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE parameter is not required ?
Differentiate between control interval (ci) and control area (ca)?
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 ?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
What is the maximum record length for the VSAM dataset?