COBOL · File status code
What does File Status 97 mean in COBOL?
The OPEN succeeded and VSAM confirmed the file's integrity during the open, typically after the file was not properly closed by a prior run.
The OPEN succeeded and VSAM confirmed the file's integrity during the open, typically after the file was not properly closed by a prior run.
No fix needed for the OPEN itself. Investigate why the prior run left the file in a state requiring integrity verification, since that often indicates an abend or forced close upstream.