Closes a National Locale Support (NLS) message file.
call "CBL_NLS_CLOSE_MSG_FILE" using msg-file-handle returning status-code
Using call prototype (see Key) | Picture | |
---|---|---|
msg-file-handle | cblt-x4-compx | pic x(4). |
status-code | See Library Routines - Key |
0 | Success |
404 | Invalid msg-file-handle |
Comments:
This routine enables you to close a National Locale Support (NLS) message file that had been previously opened using the CBL_NLS_OPEN_MSG_FILE routine.