
*copyc avc$min_ecc

  CONST
    avc$min_ecc_interfaces = avc$min_ecc + 100;

?? FMT (FORMAT := OFF) ??

  CONST
    ave$account_already_exists = avc$min_ecc_interfaces + 1,
{E The account +P already exists. }

    ave$account_does_not_exist = avc$min_ecc_interfaces + 3,
{E The account +P does not exist. }

    ave$account_does_not_exist_warn = avc$min_ecc_interfaces + 4,
{W The account +P does not exist. }

    ave$account_info_not_found = avc$min_ecc_interfaces + 6,
{E The login validation information for the current executing account is..
{ unavailable. }

    ave$acct_member_already_exists = avc$min_ecc_interfaces + 9,
{E The user +P is already a member of account +P. }

    ave$acct_member_does_not_exist = avc$min_ecc_interfaces + 12,
{E The user +P is not a member of account +P. }

    ave$acc_mem_does_not_exist_warn = avc$min_ecc_interfaces + 13,
{W The user +P is not a member of account +P. }

    ave$acct_member_info_not_found = avc$min_ecc_interfaces + 15,
{E The login validation information for the current executing account member..
{ is unavailable. }

    ave$bad_job_class = avc$min_ecc_interfaces + 18,
{E User not valid for job class +P. }

    ave$bad_ring = avc$min_ecc_interfaces + 21,
{E User not valid for access to ring +P. }

    ave$bad_user_specified_job_max = avc$min_ecc_interfaces + 24,
{E User specified a +P job maximum limit that is greater than the user's..
{ validation. }

    ave$bad_user_validation_info = avc$min_ecc_interfaces + 27,
{E Incorrect user validation.}

    ave$call_invalid_too_many_tasks = avc$min_ecc_interfaces + 28,
{E Activate or Deactivate administrator can not be called when more than 1..
{ task is active for the job. }

    ave$can_not_delete_current = avc$min_ecc_interfaces + 30,
{E Deletion of the currently executing +P is not allowed. }

    ave$cannot_add_name_to_all = avc$min_ecc_interfaces + 31,
{E A specific entry cannot be added to a list which currently contains..
{ the value ALL. }

    ave$cannot_add_all_to_name = avc$min_ecc_interfaces + 32,
{E ALL cannot be added to a list which currently contains a specific value.}

    ave$cannot_delete_name_from_all = avc$min_ecc_interfaces + 33,
{E A specific entry cannot be deleted from a list which currently contains..
{ the value ALL. }

    ave$capability_not_supported = avc$min_ecc_interfaces + 34,
{E +P is not a capability or is not supported for this command at this time. }

   ave$can_not_set_new_without_old = avc$min_ecc_interfaces + 36,
{E Only a system administrator may set a new password without supplying the..
{ current password.}

   ave$call_not_valid_from_sys_job = avc$min_ecc_interfaces + 37,
{E Activate or Deactivate administrator not be executed from within the..
{ system job.}

    ave$cmd_already_in_cmd_table = avc$min_ecc_interfaces + 38,
{E The command +P already exists for field +p. }

    ave$encrypted_pw_not_allowed = avc$min_ecc_interfaces + 39,
{E An encrypted password value may only be specified on a source run. }

    ave$delete_files_not_allowed = avc$min_ecc_interfaces + 40,
{E Deletion of files is not allowed when deleting a user from a local..
{ validation file.}

    ave$incorrect_cmd_table_size = avc$min_ecc_interfaces + 42,
{E The command table array supplied (+P entries) is not big enough to..
{ receive the command table (+P entries).}

    ave$incorrect_kind = avc$min_ecc_interfaces + 45,
{E Field +P is not a +P type field.}

    ave$insufficient_authority = avc$min_ecc_interfaces + 48,
{E User does not have the required authority to perform this request. +P }

    ave$invalid_password_from_hook = avc$min_ecc_interfaces + 51,
{E The password returned by AVP$PROCESS_PASSWORD_ATTRIBUTES can not be a null..
{ name. }

    ave$master_catalog_exists = avc$min_ecc_interfaces + 53,
{W A master catalog for +P already exists. }

    ave$member_does_not_exist = avc$min_ecc_interfaces + 54,
{E The user +P is neither a member of account +P nor a member of project +P..
{ within account +P. }

    ave$member_does_not_exist_warn = avc$min_ecc_interfaces + 55,
{W The user +P is neither a member of account +P nor a member of project +P..
{ within account +P. }

    ave$missing_required_capability = avc$min_ecc_interfaces + 57,
{E User does not have required capability +P. }

    ave$missing_val_record_info = avc$min_ecc_interfaces + 60,
{E Unable to find validation record information for +P. }

    ave$must_specify_password = avc$min_ecc_interfaces + 63,
{E System and/or family administrators must specify a password to access this..
{ validation file. }

    ave$new_file_same_as_old_file = avc$min_ecc_interfaces + 64,
{E The new_validation_file cannot be the same as the old_validation_file.}

    ave$no_password_on_file = avc$min_ecc_interfaces + 66,
{E No password exists. }

    ave$not_allowed_on_client = avc$min_ecc_interfaces + 67,
{E +P is not allowed on the client mainframe. }

    ave$old_password_not_valid = avc$min_ecc_interfaces + 69,
{E The password specified does not match the current password for this +P.}

    ave$proj_member_already_exists = avc$min_ecc_interfaces + 72,
{E The user +P is already a member of project +P within account +P. }

    ave$proj_member_does_not_exist = avc$min_ecc_interfaces + 75,
{E The user +P is not a member of project +P within account +P. }

    ave$proj_member_info_not_found = avc$min_ecc_interfaces + 78,
{E The login validation information for the current executing project member..
{ is unavailable. }

    ave$project_already_exists = avc$min_ecc_interfaces + 80,
{E The project +P within account +P already exists. }

    ave$project_does_not_exist = avc$min_ecc_interfaces + 82,
{E The project +P within account +P does not exist. }

    ave$project_does_not_exist_warn = avc$min_ecc_interfaces + 83,
{W The project +P within account +P does not exist. }

    ave$project_info_not_found = avc$min_ecc_interfaces + 84,
{E The login validation information for the current executing project is..
{ unavailable. }

    ave$reserved_name_not_valid = avc$min_ecc_interfaces + 87,
{E The reserved name +P is not a valid name for creation of a +P.}

    ave$unable_to_find_field_name = avc$min_ecc_interfaces + 93,
{E Unable to find field name for command +P. }

    ave$unknown_validation_record = avc$min_ecc_interfaces + 94,
{E An unknown validation record was specified on a request for validation..
{ information.}

    ave$user_already_exists = avc$min_ecc_interfaces + 95,
{E The user +P already exists. }

    ave$user_does_not_exist = avc$min_ecc_interfaces + 97,
{E The user +P does not exist. }

    ave$user_info_not_found = avc$min_ecc_interfaces + 99;
{E The login validation information for the current executing user is..
{ unavailable. }

?? FMT (FORMAT := OFF) ??

