*copyc rac$error_base
?? NEWTITLE := 'RAE$MAINTAIN_DEADSTART_SW_CC  ------  900 .. 999', EJECT ??
?? FMT (FORMAT := OFF) ??

  CONST
    rac$min_maids_cc = rac$error_base + 900,

    rae$vsn_param_required = rac$min_maids_cc + 5,
    {E One or both of the tape VSN parameters must be specified. }

    rae$unable_to_add_formatted_pp = rac$min_maids_cc + 10,
    {E An error occurred while attempting to add formated PP +P1 to non_boot_drivers. }

    rae$not_all_files_processed = rac$min_maids_cc + 15,
    {E Not all the formatted PPs were added to non_boot_drivers file +P1. }

    rae$must_initiate_from_system = rac$min_maids_cc + 20,
    {E Job +P1 must be initated from a system job. }

    rae$profile_not_present = rac$min_maids_cc + 25,
    {E The base profile must be created prior to running this command. }

    rae$invalid_site_class = rac$min_maids_cc + 30,
    {W Site class +P1 is not valid for your system.  The remainder of the site classes will be processed. }

    rac$max_maids_cc = rac$min_maids_cc + 99;

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

