 |
» |
|
|
|
NM and CM callable. Closes an application message catalog that was opened
with CATOPEN. Syntax |  |
I32V U16A
CATCLOSE(catindex,catstatus)
|
Parameters |  |
- catindex
32-bit signed integer by value (required) Passes the catalog index returned by the CATOPEN intrinsic.
- catstatus
16-bit unsigned integer array (required) Returns two elements; the first element is the error number,
the second element is reserved and always returns 0. The
possible values of the first element returned are: Value | Meaning |
---|
0 | Successful | 1 | Close of catalog file failed | 100 | Internal message facility error |
Related Information |  |
- Intrinsics
CATOPEN, CATREAD - Commands
None - Manuals
Message Catalogs Programmer's Guide (32650-90021)
|