*copyc rac$error_base
?? NEWTITLE := 'RAE$PACKAGE_SOFTWARE_CC  ------  800 .. 1599', EJECT ??
?? FMT (FORMAT := OFF) ??

  CONST
    rac$min_package_software_cc = rac$error_base + 800,

    rae$invalid_pacs_catalog = rac$min_package_software_cc + 5,
    {E The catalog +F1 is an invalid PACS catalog.}

    rae$param_required_for_corr = rac$min_package_software_cc + 10,
    {E Parameter +P1 is required when the subproduct TYPE is defined as a correction.}

    rae$cannot_use_local_catalog = rac$min_package_software_cc + 15,
    {E $LOCAL catalog cannot be used for +P1.}

    rae$invalid_installation_path = rac$min_package_software_cc + 20,
    {E Invalid installation path +F1.}

    rae$invalid_inst_path_with_opt = rac$min_package_software_cc + 25,
    {E Installation path +F2 does not conform to the installation path option of +P1.}

    rae$not_in_pacs_catalog = rac$min_package_software_cc + 30,
    {E +F1 must reside under the PACS catalog.}

    rae$no_permits_allowed = rac$min_package_software_cc + 35,
    {E No permits are allowed on +F1.}

    rae$no_private_permits_allowed = rac$min_package_software_cc + 40,
    {E No private permits allowed on +F1.}

    rae$warning_public_permits = rac$min_package_software_cc + 45,
    {W Public permits are defined for +F1.}

    rae$cycle_not_empty = rac$min_package_software_cc + 50,
    {E Cycle +P1 of file +F2 must be empty.}

    rae$loading_cycle_empty = rac$min_package_software_cc + 55,
    {E The loading cycle of file +F2 does not exist.}

    rae$loading_cycle_only = rac$min_package_software_cc + 60,
    {E Only Cycle +P1 of file +F2 is allowed.}


    rae$ring_value_too_low = rac$min_package_software_cc + 65,
    {E The ring values on file +F2 must not be lower than +P1.}

    rae$invalid_product_name = rac$min_package_software_cc + 70,
    {E +P1 is an invalid product name.}

    rae$invalid_installer_proc = rac$min_package_software_cc + 75,
    {E The command path +F1 references an invalid installer procedure.}

    rae$non_standard_master_catalog = rac$min_package_software_cc + 80,
    {W The master catalog +P1 is not the standard $SYSTEM or $UNDEFINED }
    {  definition for an installation path, but will be accepted. }

    rae$pacs_catalog_contains_sif = rac$min_package_software_cc + 85,
    {E The PACS catalog +F1 already contains a SUBPRODUCT INFORMATION FILE. }
    {  The file +P2 must be deleted before attempting to define the subproduct. }

    rae$bad_master_catalog_for_lib = rac$min_package_software_cc + 90,
    {E Library +F1 must have a master catalog of :$SYSTEM.$SYSTEM or +P2 }
    {  (which is the master catalog of the installation path). }

    rae$expecting_file = rac$min_package_software_cc + 95,
    {E Found catalog +F1;  expecting file. }

    rae$expecting_catalog = rac$min_package_software_cc + 100,
    {E Found file +F1;  expecting catalog. }

    rae$subproduct_not_defined = rac$min_package_software_cc + 105,
    {E The subproduct is not correctly defined.  See $ERRORS for errors. }

    rae$command_defsa_required = rac$min_package_software_cc + 110,
    {E The DEFINE_SUBPRODUCT_ATTRIBUTES command must complete successfully}
    {  before this command may be called. }

    rae$attribute_required = rac$min_package_software_cc + 115,
    {E +P1 required for file +F2. }

    rae$accessed_beyond_memory_seg = rac$min_package_software_cc + 120,
    {E Attempted access beyond segment in memory. }

    rae$inst_catalog_not_defined = rac$min_package_software_cc + 125,
    {E The INSTALLATION PATH CATALOG has not been defined. }

    rae$type_already_specified = rac$min_package_software_cc + 135,
    {E Subproduct +P1 of type +P2 already exists in this order.}

    rae$incorrect_value_for_corr_ch = rac$min_package_software_cc + 140,
    {E CORRECTION_CHOSEN cannot be set to TRUE for a subproduct  }
    {  of type RELEASE.}

    rae$file_is_not_a_sif = rac$min_package_software_cc + 145,
    {E +F1 is not a valid SUBPRODUCT INFORMATION FILE. }

    rae$version_level_mismatch = rac$min_package_software_cc + 150,
    {I This +P1 was created by a processor at a different level. }

    rae$sif_mismatch = rac$min_package_software_cc + 155,
    {E The specified +P1 does not agree with the SUBPRODUCT_INFORMATION_FILE. }

    rae$invalid_date_level = rac$min_package_software_cc + 160,
    {E +P1 is an invalid date level.}

    rae$invalid_format_for_file = rac$min_package_software_cc + 165,
    {E Invalid correction format for +P1.}

    rae$no_subproducts_ordered = rac$min_package_software_cc + 170,
    {E No subproducts have been ordered.}

    rae$tape_attributes_not_defined = rac$min_package_software_cc + 175,
    {E The DEFINE_TAPE_ATTRIBUTES command must complete successfully}
    {  before this command may be called. }

    rae$expecting_packing_list = rac$min_package_software_cc + 180,
    {E The packing list was expected to be the first item in the }
    {  order contents list.}

    rae$exceeded_max_size_disk_ordr = rac$min_package_software_cc + 185,
    {E The maximum file size for a disk order has been exceeded.}

    rae$parameter_disk_or_vsn_req = rac$min_package_software_cc + 190,
    {E Either DISK_FILE or EVSN must be specified.}

    rae$only_one_param_disk_or_vsn = rac$min_package_software_cc + 195,
    {E Both DISK_FILE and EVSN cannot be specified.}

    rae$medium_and_param_mismatch = rac$min_package_software_cc + 200,
    {E The order medium was defined as +P1, but parameter +P2 was specified.}

    rae$invalid_vsn_list = rac$min_package_software_cc + 205,
    {E The EVSN list contains an invalid entry or entries.}

    rae$order_medium_not_tape = rac$min_package_software_cc + 210,
    {E The order medium was not defined as TAPE.}

    rae$exceeded_max_tapes_allowed  = rac$min_package_software_cc + 215,
    {E The maximum number of tapes (+P1), has been exceeded.}

    rae$warn_pacs_catalog_empty = rac$min_package_software_cc + 220,
    {W The PACS CATALOG is an empty catalog.}

    rae$error_pacs_catalog_empty = rac$min_package_software_cc + 225,
    {E The PACS CATALOG is an empty catalog.}

    rae$unable_to_validate_lib_merg = rac$min_package_software_cc + 230,
    {W Unable to validate the library merge parameters at this time. }
    {  The parameters will be validated at the end of the DEFINE SUBPRODUCT }
    {  session. }

    rae$define_order_not_called = rac$min_package_software_cc + 235,
    {E The DEFINE_ORDER command must complete successfully before this command}
    {  may be called.}

    rae$logging_not_allowed = rac$min_package_software_cc + 240,
    {E Logging is not allowed for file +F1.}

    rae$file_missing_from_pacs = rac$min_package_software_cc + 245,
    {E File +F1 is missing from the PACS catalog.

    rae$catalog_missing_from_pacs = rac$min_package_software_cc + 250,
    {E Catalog +F1 is missing from the PACS catalog.

    rae$extra_file_in_pacs = rac$min_package_software_cc + 255,
    {E Extra file +F1 found in the PACS catalog.

    rae$extra_catalog_in_pacs = rac$min_package_software_cc + 260,
    {E Extra catalog +F1 found in the PACS catalog.

    rae$unable_to_compare_checksums = rac$min_package_software_cc + 265,
    {E Subproduct +P1 in PACS catalog +P2 cannot be verified because}
    {  the subproduct definition was created with file checksumming}
    {  disabled.}

    rae$attributes_checksum_changed = rac$min_package_software_cc + 270,
    {E The file attributes of +F1 have changed.}

    rae$contents_checksum_changed = rac$min_package_software_cc + 275,
    {E The file contents of +F1 have changed.}

    rae$mod_date_time_changed = rac$min_package_software_cc + 280,
    {E According to the last modification date and time, +F1 has changed.}

    rae$pacs_catalog_name_changed = rac$min_package_software_cc + 285,
    {E The PACS catalog is registered as +F1 in the SUBPRODUCT INFORMATION
    {  FILE.  This error condition may be cleared by running VERIFY_SUBPRODUCT}
    {  with the VERIFY_OPTION parameter set to the keyword }
    {  RECONCILE_EFFECTS_OF_RESTORE. }

    rae$pacs_does_not_verify = rac$min_package_software_cc + 290,
    {E The PACS catalog +F2 has changed since subproduct +P1 was defined.}

    rae$pacs_verify_successful = rac$min_package_software_cc + 295,
    {I Verification of PACS catalog +F1 completed successfully.}

    rae$pacs_catalog_moved = rac$min_package_software_cc + 300,
    {E Verification of subproduct +P1 indicates that the PACS}
    {  catalog has been moved from +P2 to +F3, but its contents}
    {  have not changed.  This error condition can be cleared by}
    {  executing VERIFY_SUBPRODUCT with the VERIFY_OPTION parameter}
    {  set to the keyword RECONCILE_EFFECTS_OF_RESTORE. }

    rae$pacs_files_restored = rac$min_package_software_cc + 305,
    {E Verification of subproduct +P1 indicates that the date}
    {  and time of last modification for some files in the PACS}
    {  catalog have changed, probably due to file restoration.}
    {  This error condition can be cleared by executing }
    {  VERIFY_SUBPRODUCT with the VERIFY_OPTION parameter set}
    {  to the keyword RECONCILE_EFFECTS_OF_RESTORE.}

    rae$command_wrid_required = rac$min_package_software_cc + 310,
    {W The subcommand WRITE_DEFINITION was not called successfully.}
    {  The previous CREATE_ORDER_DEFINITION subcommands have not}
    {  been saved.}

    rae$command_defo_required = rac$min_package_software_cc + 315,
    {E The DEFINE_ORDER command must be called successfully before }
    {  ADD_SUBPRODUCT may be called.}

    rae$file_never_opened = rac$min_package_software_cc + 320,
    {E File +F1 has never been opened.  Unopened files are not}
    {  allowed in the PACS catalog.}

    rae$tape_file_param_incorrect = rac$min_package_software_cc + 325,
    {E The TAPE_FILE parameter may not be specified on a DISK order.}

    rae$file_missing_from_order_cat = rac$min_package_software_cc + 330,
    {E File +P1 is missing from the order catalog.}

    rae$inst_proc_not_in_pacs_cat = rac$min_package_software_cc + 335,
    {W File +F1 is not a file in the PACS catalog.}

    rae$sif_version_changed = rac$min_package_software_cc + 340,
    {E File +F1 is incompatible with this version of the}
    { PACKAGE_SOFTWARE utility.}

    rae$disk_file_cannot_be_catalog = rac$min_package_software_cc + 345,
    {E The CATALOG +F1 was specified for the disk_file parameter.}
    {  Please specify a FILE for the disk_file parameter.}

    rae$genc_not_called = rac$min_package_software_cc + 350,
    {W GENERATE_CORRECTION has not been called successfully.}
    {  The previous DEFINE_CORRECTION command has been lost.}

    rae$wrong_order_for_creation = rac$min_package_software_cc + 355,
    {E The creation date for the base PACS catalog +P1 MUST be before the creation date of
    { the current PACS catalog +P2.}

    rae$unequal_element_count = rac$min_package_software_cc + 360,
    {E The base PACS catalog +P1 has a different number of elements than the current PACS catalog +P2.}

    rae$unmatched_elements = rac$min_package_software_cc + 365,
    {E The base level and current level PACS catalogs do NOT contain the same elements.}
    {+N0 First element paths to differ: +N0 +P1 from the base PACS catalog and }
    {+N0 +P2 from the current PACS catalog.}

    rae$attributes_checksum_differ = rac$min_package_software_cc + 370,
    {I The attributes checksum at the base level PACS catalog does NOT equal the attributes
    { checksum at the current level PACS catalog for file +P1.}

    rae$correction_format_warning = rac$min_package_software_cc + 375,
    {W File +P1 has a correction format of REPLACEMENT at the base level, but a}
    {  correction format of +P2 at the current level.  This is not allowed.  The new }
    {  correction format has automatically been changed to REPLACEMENT.}

    rae$correction_format_error = rac$min_package_software_cc + 380,
    {E The CORRECTION FORMAT of file +P1 cannot be changed from +P2 to +P3.)

    rae$unmatched_attribute = rac$min_package_software_cc + 385,
    {E The base and current level PACS catalogs must define the same +P1.}
    {  The base PACS catalog +P2 contains +P1 +P3, but current PACS catalog +P4 contains +P1 +P5.}

    rae$unmatched_dependencies = rac$min_package_software_cc + 390,
    {E PACS catalog +P1 contains different dependencies than PACS catalog +P2.}
    {+N0 Possible unmatched dependencies are: +N0 +P3 +N0 +P4}

    rae$no_contents_checksum = rac$min_package_software_cc + 395,
    {E PACS catalog +P1 was NOT created with checksums enabled.}

    rae$incorrect_name_parameter = rac$min_package_software_cc + 400,
    {E The NAME parameter was specified as +P1, but the subproduct name
    { registered in the +P2 PACS catalog +P3 is +P4.}

    rae$wrong_subproduct_type = rac$min_package_software_cc + 405,
    {E PACS catalog +P1 must be of type RELEASE.}

    rae$incorrect_previous_corr = rac$min_package_software_cc + 410,
    {E The previous correction was NOT created using CREATE SUBPRODUCT CORRECTION.  ALL previous corrections
    { must be created using CREATE SUBPRODUCT CORRECTION.}

    rae$different_base_catalog = rac$min_package_software_cc + 415,
    {E The previous correction was created from a different base level PACS catalog.}

    rae$defc_command_not_called = rac$min_package_software_cc + 420,
    {E The DEFINE CORRECTION command must complete successfully before +P1 is called.}

    rae$incorrect_inst_scheme = rac$min_package_software_cc + 425,
    {E The installation scheme cannot be changed from CYCLE BASED to VERSION BASED.}

    rae$unable_to_read_psr_line = rac$min_package_software_cc + 430,
    {E The PSR input file is unreadable.}

    rae$psr_entered_twice = rac$min_package_software_cc + 435,
    {W PSR +P1 was entered twice.}

    rae$duplicate_psr = rac$min_package_software_cc + 440,
    {W PSR +P1 is a duplicate of a psr entered at a previous level.}

    rae$no_corrections_generated = rac$min_package_software_cc + 445,
    {W No changes were found for the current level subproduct +P1. }
    {  Therefore no correction was generated.}

    rae$correction_format_changed = rac$min_package_software_cc + 450,
    {W CREATE_SUBPRODUCT_CORRECTION does not allow a file to be changed from}
    {  a base level of replacement to a current level of +P2.}
    {  The correction format for file +F1 has been set to replacement for the this correction.}

    rae$no_modules_on_library = rac$min_package_software_cc + 455,
    {E No modules on library +P1.}

    rae$identification_not_first = rac$min_package_software_cc + 460,
    {E Identification record not first in interpretive_element on library +P1.}

    rae$debug_tables_on_library = rac$min_package_software_cc + 465,
    {E Debug tables found on object library +P1.}

    rae$no_section_maps = rac$min_package_software_cc + 470,
    {E Bound module +P1 generated without section maps on library +P2.}

    rae$invalid_info_version = rac$min_package_software_cc + 475,
    {E Invalid information element version on library +P1.}

    rae$element_format_is_prelinked = rac$min_package_software_cc + 480,
    {E Element +P1 has format PRELINKED_OL, correction not generated.}

    rae$file_not_correct_format = rac$min_package_software_cc + 485,
    {E File +P1 is not a +P2.}

    rae$accessed_beyond_segment = rac$min_package_software_cc + 490,
    {E Attempted access beyond segment in file +P1.}

    rae$sif_identifier_changed = rac$min_package_software_cc + 495,
    {E The order for subproduct +P1 was created with a different subproduct information file.}
    { You must rerun CREATE_ORDER_DEFINITION before writing this order.}

    rae$corr_must_be_cycle_based = rac$min_package_software_cc + 500,
    {E When defining a subproduct correction with DEFINE_SUBPRODUCT, the}
    { INSTALLATION_SCHEME must be CYCLE_BASED.}

    rae$must_be_primary_subproduct = rac$min_package_software_cc + 505,
    {E Whenever the subproduct name and licensed product name match, the}
    { subproduct must also be a PRIMARY_SUBPRODUCT.}

    rae$psr_format_error = rac$min_package_software_cc + 510,
    {E A PSR name can contain only numerals and letters.  It must be +P1}
    { characters long and begin with a letter. +N0 PSR +P2 does not conform}
    { to these rules.}

    rae$incorrect_verify_option = rac$min_package_software_cc + 515,
    {E +P1 is an incorrect verify option.}

    rae$defcf_command_ignored = rac$min_package_software_cc + 520,
    {I The DEFINE_CORRECTION_FORMAT command is ignored when the }
    {  subproduct is defined as type correction.}
    {  All files are automatically set to a correction of REPLACEMENT.}

    rae$defpa_command_not_allowed = rac$min_package_software_cc + 525,
    {E The DEFINE_PSRS_ANSWERED command cannot be used when the}
    {  subproduct is defined as type release.}

    rae$levels_cannot_be_same = rac$min_package_software_cc + 530,
    {E The base subproduct level (+P1), cannot be equal to the current}
    {  subproduct level (+P2).}

    rae$defsa_command_not_allowed = rac$min_package_software_cc + 535,
    {E DEFINE_SUBPRODUCT_ATTRIBUTES cannot be run twice when }
    {  DEFINE_PSRS_ANSWERED has been called.}

    rae$defpa_already_called = rac$min_package_software_cc + 540,
    {E DEFINE_PSRS_ANSWERED cannot be run twice when}
    {  DEFINE_SUBPRODUCT_ATTRIBUTES has been called.}

    rae$matched_version_path_warn = rac$min_package_software_cc + 545,
    {W The base and current level PACS catalogs should not define the same Installation Path.}
    {  The installation scheme must be changed from VERSION_BASED to CYCLE_BASED}
    {  by the CHANGE_CORRECTION_ATTRIBUTE command for the GENERATE_CORRECTION command to complete}
    {  successfully.}

    rae$matched_version_path_error = rac$min_package_software_cc + 550,
    {E The base and current level PACS catalogs cannot define the same Installation Path.}
    {  The installation scheme must be changed from VERSION_BASED to CYCLE_BASED}
    {  by the CHANGE_CORRECTION_ATTRIBUTE command for the GENERATE_CORRECTION command to complete}
    {  successfully.}

    rae$levels_should_differ = rac$min_package_software_cc + 555,
    {W The level of subproduct +P1 is the same for the base and current level }
    { PACS catalogs.  Both are at level +P2.  The levels should be different }
    { in order to differeniate between levels at installation time.  Correction }
    { generation may continue if you wish to ignore this WARNING. }

    rae$pacs_catalog_already_exists = rac$min_package_software_cc + 560,
    {E Existing PACS catalog +F1 must be deleted before subproduct +P2 can be loaded. }

    rae$reatf_load_failure = rac$min_package_software_cc + 565,
    {W One or more subproducts failed loading, see job log.  The failed subproduct }
    {  PACS catalogs have not been cleaned up.  Processing will continue for those }
    {  subproducts that successfully loaded. }

    rae$sif_writing_error = rac$min_package_software_cc + 570,
    {E The following error occurred while attempting to write subproduct information }
    {  file +F1: }

    rae$pacs_catalogs_not_restored = rac$min_package_software_cc + 575,
    {W Errors occurred reading the subproducts into PACS catalogs. }

    rae$reatf_validation_errors = rac$min_package_software_cc + 580,
    {E Validation errors occurred while processing the +P1 parameter. }

    rae$unmatched_attribute_warning = rac$min_package_software_cc + 585,
    {W The base and current level PACS catalogs must define the same +P1.}
    {  The base PACS catalog +P2 contains +P1 +P3, but current PACS catalog +P4 contains +P1 +P5.}

    rae$invalid_with_cartridge_tape = rac$min_package_software_cc + 590,
    {E Parameter SIZES cannot be specified when tape type is MT18$38000. }

    rac$max_package_software_cc = rac$min_package_software_cc + 799;

?? FMT (FORMAT := ON) ??
?? OLDTITLE ??

