DBL$SNDOPR
Send a message to the system operator
|
|
|
VSupported on OpenVMS
|
xcall DBL$SNDOPR(message)
Arguments
message
A field, literal, or record that contains the message. The maximum message size is 120 characters. (a)
Discussion
The DBL$SNDOPR subroutine sends a message to the system operator.
Message is sent using the $SNDOPR system service with the OPC$_RQ_RQST message type. It is targeted for the central operator.
You can call this routine as SNDOPR as long as you don’t compile with the /NOGBLDEFS option. |