COBOL · File status code
What does File Status 13 mean in COBOL?
A file-not-found condition, most often seen on platforms and runtimes where this distinct code exists alongside status 35.
A file-not-found condition, most often seen on platforms and runtimes where this distinct code exists alongside status 35.
Treat like status 35: confirm the file is allocated at the location the program expects before the step or run begins.