EMS Manual
Procedure Calls for Standard Events
EMS Manual—426909-005
11-25
EMS_OPER_ATTN_NEEDED_EVT_BLD_
Procedure
buflen output
INT:value
if present, is the length, in bytes, of the formatted buffer. If the buffer cannot be
built, zero is returned.
Critical Indicator input
BOOLEAN:value
if present, is a Boolean variable that indicates the critical nature of the problem
reported in the event. The literal ZSPI-VAL-FALSE (0) indicates the problem is not
critical. Otherwise, the problem is critical.
If not present, the default is ZSPI-VAL-FALSE.
Manager name input
STRING .EXT:ref:*
if present, is the name of the manager process for the object that needs operator
attention.
If present and Manager name length is not zero, Manager name is added to
the event buffer. Otherwise, Manager name is not added to the event buffer.
Manager name length input
INT:value
if present, is the length, in bytes, of the Manager name.
If not present or the value is zero, Manager name is not added to the event buffer.
Job ID input
INT:value
if present, is the job ID (for use by the NetBatch facility) that associates with the
object that needs operator attention.
If Job ID is zero or not present, see Considerations on page 11-26.