Syntax:
call "CBL_NLS_CLOSE_MSG_FILE" using msg-file-handle
returning status-code
Parameters:
|
Using call prototype (see Key) |
Picture |
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
-
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.