Multiple choice technology mainframe

When you try to open a VSAM file, which of the following status codes are acceptable?

  1. 00

  2. 92

  3. 07

  4. 97

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

In COBOL VSAM file processing, a status code of '00' indicates a completely successful open operation, while '97' indicates that an implicit open was successful even though a file integrity check was pending.