{
{     The purpose of this request is to allow a job to send a message
{ to a specified system operator.  Another message cannot be sent
{ until the previous message has been cleared by a system operator.
{ The message is uniquely identified to the system operator by a
{ system assigned action identifier which the system operator specifies
{ when responding to the action message.
{
{       OFP$SEND_TO_OPERATOR (SEND_MESSAGE_TEXT, OPERATOR_ID, STATUS)
{
{ SEND_MESSAGE_TEXT: (input) This parameter specifes the text message
{       which will be sent to the system operator.  The maximum length
{       of the message is ofc$max_send_message characters.  If the message
{       is longer than ofc$max_send_message characters, a truncated message
{       is sent to the system operator and an ofe$message_too_long
{       status condition is returned.
{
{ OPERATOR_ID: (input) This parameter specifies the identification of
{       the operator to which the message will be sent.
{
{ STATUS: (output) This parameter specifies the request status.
{
{      CONDITION: ofe$message_too_long
{                 ofe$invalid_operator_id
{                 ofe$previous_message_not_cleared
{                 ofe$system_unattended
{
{      IDENTIFIER: ofc$operator_facility_id
{
