Multiple choice technology mainframe

What does a VSAM file status code '10' indicate?

  1. successful completion

  2. Record or file not found

  3. End of file reached

  4. dupliacate key

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

VSAM file status code 10 indicates that the end of file has been reached during a read operation. This is a normal condition when sequentially reading through all records in a file.