
*copyc avc$min_ecc

  CONST
    avc$min_ecc_initialize = avc$min_ecc + 700;

?? FMT (FORMAT := OFF) ??
  CONST
    ave$nil_segment = avc$min_ecc_initialize + 1,
{E Segment pointer specified is NIL. (+P request) }

    ave$segment_too_small = avc$min_ecc_initialize + 2,
{E Specified segment to small for Data Base Manager. (+P request) }

    ave$unknown_val_file_version = avc$min_ecc_initialize + 3,
{E Version +P of the $FAMILY_USERS file is unknown.}

    ave$open_val_file_error = avc$min_ecc_initialize + 4,
{W An error occurred while opening the validation file for family +P.}

    ave$access_user_rec_error = avc$min_ecc_initialize + 5,
{W An error occurred while reading a user record for family +P.}

    ave$cannot_create_system_user = avc$min_ecc_initialize + 6,
{W An error occurred while creating user $SYSTEM for family +P.}

    ave$cannot_convert_val_file = avc$min_ecc_initialize + 7,
{W An error occurred while converting the validation file for family +P.}

    ave$cannot_update_val_version = avc$min_ecc_initialize + 8,
{W An error occurred while updating the validation file version for family +P.}

    ave$recreating_system_family = avc$min_ecc_initialize + 9;
{W The validation file for family +P is being recreated.}
