Information that should always be returned from the I/O Exit to File Manager
The I/O exit should set any non-zero exit return code as appropriate. The exit return code field is initialized to zero on every call from File Manager to the exit.
Number of messages issued by exit reached the limit. Remaining non-error (RC < 8)
messages will be suppressed is issued after 100 non-error messages have been produced.
The limit of 100 messages cannot be changed.The I/O exit can set the warning code to 2 at any time, to tell File Manager to continue processing and not call the I/O exit again. The I/O exit will still be called for termination and, if an open was made, for close. For File Manager to check the warning code, the I/O exit must also set the exit return code to 4 (warning).