Multiple choice technology mainframe

Which VSAM file status code indicates that you are tring to open a VSAM file that is not present?

  1. 05

  2. 41

  3. 35

  4. 91

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

In COBOL VSAM file processing, status code '35' indicates that an OPEN operation was attempted on a non-optional file that was not physically present. Status code '05' indicates a similar condition for an optional file.