CBL_NLS_CLOSE_MSG_FILE

Closes a National Language Support (NLS) message file.

Syntax:
call "CBL_NLS_CLOSE_MSG_FILE" using    msg-file-handle
                              returning status-code
Parameters:
Using call prototype (see Library Routines - Key) Picture (32-bit systems)
msg-file-handle cblt-x4-compx pic x(4).
status-code See Library Routines - Key
On Entry:
msg-file-handle The identifying handle returned when the message file was opened.
On Exit:
status-code Indicates whether the routine was successful:
0 Success
404 Invalid msg-file-handle
Comments:

This routine enables you to close a National Language Support (NLS) message file that had been previously opened using the CBL_NLS_OPEN_MSG_FILE routine.

See Also: