Processing math: 100%

ERR_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. If the token is already defined, the message is appended to the existing token value.

Invocation

CALL ERR_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 on the computer system upon which the library is implemented.