how to see the last records in vsam dataset??
Answer / dave
Depends.
If you're talking CICS, set the key of the VSAM file to
high-values, do a STARTBR to position the pointer, and
execute a READPREV to get the last record.
In batch, set the key to high-values, and execute a READ
Key < Key.
| Is This Answer Correct ? | 9 Yes | 5 No |
Explain the device independent method to indicate where a record is stored?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
Explain the index set?
How many times secondary space allocated?
what is control interval(CI) and control Area(CA)
Is CA(Control Area) is part of CI(Control Interval)
What does the KEYRANGES parameter in Define Cluster commend do?
What are the advantages of vsam over isam?
What is a path?
what do you mean by a vsam split?