GDSX Management Programming Manual

Common Definitions
GDSX Management Programming Manual529930-001
4-8
Tokens in Event Messages
ZGDS-TKN-DEVTYPE
indicates what type of object generated the event. It has the token type ZSPI-TYP-
ENUM. The following values are valid:
ZGDS-VAL-TYPE-TASK: The event is generated by a task.
ZGDS-VAL-TYPE-LINE: The event is generated by a line.
ZGDS-VAL-TYPE-TERM: The event is generated by a terminal.
ZGDS-TKN-OPENER
identifies a requester in a ZGDS-EVT-TASK-OPENED event or a ZGDS-EVT-
TASK-CLOSED event. It has the token type ZSPI-TYP-CRTPID.
ZGDS-TKN-PROCNAME
contains the process ID of the process that generated the event. The token may be
designated as a subject in an event. ZGDS-TKN-PROCNAME has the token type
ZSPI-TYP-STRING.
ZGDS-TKN-SEVERITY
indicates the severity of an event message. It has token type ZSPI-TYP-ENUM.
The following values are valid:
ZGDS-VAL-SEV-STATUS: The event message is status only.
ZGDS-VAL-SEV-WARN: The event message is a warning; something is wrong
but the process is still operational.
ZGDS-VAL-SEV-ERR: The event message is reporting an error that prevents
the process from operating.