Text |
Cause |
Action |
Close() Error 1110: fclose() return code != 0. |
CONNX attempted to close a VSAM / QSAM / PDS file via the fclose() function, which returned a non-zero return code. |
If the error is reproducible, follow procedure A01. |
Close() Error 1111: osclose() return code != 0. |
CONNX invoked the BSAM Record-Oriented Interface function osclose() to close an open DCB (Dataset Control Block). The function returned a non-zero return code, probably because it could not flush the file buffers. |
If the error is reproducible, follow procedure A01. |