1 | message_string | Input | VSTRING |
2 | destination_code | Input | INT4 |
3 | fc | Output | FEEDBACK |
The Dispatch a Message (CEEMOUT) API is used to dispatch a message string.
None.
1 | Dispatch the message for output to the standard output (console or file). The message is also logged in the *EXT message queue of the job. |
2 | Log the message to the system message file only; the message is not displayed. |
Note: Messages sent through this API are subject to the normal server rules for message filtering.
CEE0000 | The API completed successfully |
Severity: 00 | |
CEE0451 | Unsupported destination code &2 passed to &1 |
Severity: 30 | |
CEE0501 | The operational descriptor data type is not valid |
Severity: 30 | |
CEE0502 | Missing operational descriptor |
Severity: 30 | |
CEE3101 | &1 cannot be called in the default activation group |
Severity: 30 | |
CEE9902 | Unexpected user error occurred in &1 |
Severity: 30 |
A CPF9898 message of type *INFO is used to log the message being dispatched. It is sent to the message queue of the caller of CEEMOUT. Message CPF9898 appends a period to the displayed text.
Top | ILE CEE APIs | APIs by category |