EMS_SYSER

Assign an operating system error message to a token

Description:

The text of the error message associated with the operating system status value, SYSTAT, is assigned to the named message token. This token may then be included in an error message. If the token is already defined, the error message is appended to the existing token value.

Invocation

CALL EMS_SYSER( TOKEN, SYSTAT )

Arguments

TOKEN = CHARACTER ( ) (Given)
The message token name.
SYSTAT = INTEGER (Given)
The operating system status value.

System-specific

The messages generated using this facility will depend upon the computer system in use.