*copyc dsc$condition_limits

?? FMT (FORMAT := OFF) ??

  { Interval/Password Errors

  CONST
     {230 - 239}

    dse$seven_character_password     = dsc$min_ecc + 230,
        {E The password must contain seven characters.}

    dse$alphanumeric_password        = dsc$min_ecc + 231,
        {E The password must contain only alphanumeric characters.}

    dse$invalid_password             = dsc$min_ecc + 232,
        {E The password entered is invalid.}

    dse$no_password_exists           = dsc$min_ecc + 233,
        {E This command can not be parsed until its associated password has been established.}

    dse$password_exists              = dsc$min_ecc + 234,
        {E The password has already been established, use the change password command instead.}

    dse$command_not_allowed          = dsc$min_ecc + 235,
        {E This command is not allowed on this mainframe.}

    dse$invalid_interval_entered     = dsc$min_ecc + 236,
        {E The date entered must be in the future.}

    dse$window_lock_not_allowed      = dsc$min_ecc + 237;
        {E The locking of the main window is not allowed on this mainframe.}

?? FMT (FORMAT := ON) ??
