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 |
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
what is vsam catalog ?
How do you calculate record size of an alternate cluster?
what do you mean by a vsam split?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
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?
What is the main function of linear dataset?
What are the different commands used in idcams for vsam?
How many times secondary space allocated?
State the differences between vsam and non-vsam files?
what do you mean by the cobol record key clause in vsam?
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 ?