how to see the last records in vsam dataset??



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

Post New Answer

More VSAM Interview Questions

What more info you should give in the DD statement while defining the next generation of a GDG?

1 Answers   IBM,


What are the common vsam error conditions and codes?

0 Answers  


What is IDCAMS? and what is the purpose of it?

4 Answers  


can we create vsam files on multiple volumes ?

3 Answers   Tech Mahindra,


what will happen when you try to open an empty vsam file in a cobol program for input?

0 Answers   IBM,






How do you load a VSAM data set with records ?

2 Answers   IBM,


should a AIX should be a unique value?

1 Answers  


What are the steps involved in access method services?

0 Answers  


What is a path?

1 Answers  


How vsam datasets are cataloged?

1 Answers   Ordain Solutions,


What are the three levels of definition for the VSAM DEFINE?

2 Answers   IBM,


Explain the function of the relative record data set?

0 Answers  


Categories