TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-140
#EMSADDSUBJECTV Built-In Function
Considerations
•
Every event message has at least one subject, which you specify to the
#EMSINIT(V) procedure. Use #EMSADDSUBJECTV to specify additional subjects.
•
#EMSADDSUBJECTV inserts two tokens into the buffer: the ZEMS-TKN-
SUBJECT- MARK token, which always precedes a subject, and the subject token
variable or the STRUCT.
•
If the subsystem that generates the event message needs to include tokens from
another subsystem (often a lower-level subsystem), its call to #SSPUT(V) must
include the SSID option, which specifies the subsystem ID of the other subsystem.
When you specify the SSID option, every token placed in the buffer on that
procedure call is in an extended form that includes the SSID you specified.
-7 Internal error
-8 Token not found
-9 Invalid token code or map
-10 Invalid subsystem ID
-11 Operation not supported
-12 Insufficient stack space
Code Condition