*copyc ofc$condition_limits

?? FMT (FORMAT := OFF) ??

{ Operator Facility Type 'E' Errors

  CONST

{ **************************************************************************
{
{ The following condition codes may be deleted when ofp$send_to_operator
{ and ofp$receive_from_operator are deleted.
{

    ofe$prior_response_not_cleared   = ofc$min_ecc + 1,
        {E A prior operator message has not been received by the task.}

    ofe$action_message_not_posted    = ofc$min_ecc + 2,
        {E There is no action message posted for job +P.}

    ofe$not_display_file             = ofc$min_ecc + 4,
        {E The file used is not a valid console file.}

    ofe$max_job_operator_actions     = ofc$min_ecc + 5,
        {E The maximum number of operator action messages has been exceeded.}

    ofe$previous_msg_not_cleared     = ofc$min_ecc + 6,
        {E The operator has not acted upon a previous message.}

    ofe$invalid_operator_id          = ofc$min_ecc + 7,
        {E The operator id, +P, is invalid.}

    ofe$operator_message_area        = ofc$min_ecc + 8,
        {E The operator message area was not found.}

    ofe$message_not_available        = ofc$min_ecc + 10,
        {E The task has not received an operator message.}

    ofe$improper_response_type       = ofc$min_ecc + 11,
        {E The +P command is an improper response to this action message. ..}
        {+E6The correct response is +P.}

{
{  End of condition codes to be deleted.
{
{  *************************************************************************

    ofe$allocate_structure_failed    = ofc$min_ecc + 3,
        {E The operator message buffer is full. Try again later.}

    ofe$message_too_long             = ofc$min_ecc + 9,
        {E An operator message may not exceed +P characters.}

    ofe$sou_not_active               = ofc$min_ecc + 12,
        {E The SYSTEM_OPERATOR_UTILITY must be active, with the ..}
        {+P capability selected, in order to execute this command.}

    ofe$invalid_operator_class       = ofc$min_ecc + 13,
        {E Operator class values may not exceed +P.}

    ofe$invalid_menu_id              = ofc$min_ecc + 14,
        {E The specified menu was not found.}

    ofe$no_menus_available           = ofc$min_ecc + 15,
        {I No menus are currently available for display.}

    ofe$one_menu_available           = ofc$min_ecc + 16,
        {I The current menu is the only menu available for display.}

    ofe$no_alarms_active             = ofc$min_ecc + 17,
        {I No operator action conditions currently exist.}

    ofe$no_response_available        = ofc$min_ecc + 18,
        {I No response has been received from the +P.}

    ofe$response_variable_too_small  = ofc$min_ecc + 19,
        {E The value of the RESPONSE parameter must be a string}
        { variable of at least 256 characters.}

    ofe$response_too_long            = ofc$min_ecc + 20,
        {E A response string may not exceed +P characters.}

    ofe$no_message_outstanding       = ofc$min_ecc + 21,
        {E No message is outstanding for the +P.}

    ofe$acknowledgement_not_allowed  = ofc$min_ecc + 22,
        {E Operator message +P may not be acknowledged.}

    ofe$invalid_message_id           = ofc$min_ecc + 23,
        {E The identifier +P is not assigned to any outstanding message.}

    ofe$max_job_operator_messages    = ofc$min_ecc + 24,
        {E The number of outstanding operator messages for a job may not}
        { exceed +P.}

    ofe$invalid_display_for_user     = ofc$min_ecc + 25,
        {E The +P display may only be displayed at the system console.}

    ofe$message_outstanding          = ofc$min_ecc + 26,
        {E An outstanding message exists for the +P}

    ofe$invalid_keyword_for_user     = ofc$min_ecc + 27,
        {E The +P1 keyword for the +P2 parameter may only be used at the}
        { system console.}

    ofe$menu_definition_error        = ofc$min_ecc + 28,
        {E The menu module +P is not properly defined.}

    ofe$response_param_must_be_var   = ofc$min_ecc + 29;
        {E The RESPONSE parameter must be a string variable. }

?? FMT (FORMAT := ON) ??
