FUSMSG
You can use the FUSMSG exec to inquire on the text of a platform server message.
Required Parameter
The following table lists the required parameter of the FUSSEL exec:
Parameter | Description |
---|---|
MESSAGE | MSG | M | Defines the number of the platform server message that you want to display.
You must enter at least four characters. The platform server searches for a match on the characters entered. If a match is found, the message text and the message explanation are displayed. If the message is not found, an error message is displayed. |
Return Codes
The return codes of the FUSMSG exec are as follows:
- A return code of 0 indicates that the platform server has successfully displayed the message.
- A return code of 4 indicates that the message was not found.
- A return code of 5 indicates that the FUSMSG DD statement was not defined.
- A return code of 8 indicates that an IO error occurred when accessing the FUSMSG VSAM file.
- Any other return code indicates an error occurred when processing the FUSMSG VSAM file.
Example
The following example shows how to use the FUSMSG exec to inquire on the text of a platform server message:FUSMSG M=PGTF3108
The output of the example is as follows:
PGTF3108I xxxx RC=yyyy zzzzz Record Count=nnnn
The output message includes the transaction number for the transfer, the return code, the node, the name of the file being transferred, the number of records transferred, the transfer type (send or receive), and a description of the transfer.