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 |
On which datasets You can have ALT INDEX?
By seeing the file itself how can we identify whether it is A vsam file or flat file
explain how do you define a gdg in vsam?
What is recovery parameters in define cluster command?
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now ?
Explain the meaning and syntax for the START command. ?
What is the purpose of idcams?
What more info you should give in the DD statement while defining the next generation of a GDG?
HOW TO SORT RECORDS IN VSAM FILE?
Define a path?
What is speed parameters in define cluster command?
What is the index set?