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 |
why do we use vsam file thn seqential files ?
What is the purpose of relative record data set used in vsam?
is it slower if you access a record through alternative index as compared to primary index?
How is the sorting of vsam files carried?
What is the maximum number of Alternate Index ???
Explain the biggest disadvantage of using a vsam dataset?
On which datasets You can have ALT INDEX?
Using Alternate Indexes in Batch pgms: ?
is delete operation supported in an esds? Is rewrite operation possible in esds?
explain how many ways you can load data in a vsam cluster?
in what type of vsam datasets can an alternate index be defined??
How do you define an altindx?