?? FMT (FORMAT := OFF) ??
?? NEWTITLE := 'Permanent File Mgr (Info Selections) : 4900 .. 4999' ??
*copyc pfc$min_ecc

  CONST
    pfc$selection_error_base = pfc$min_ecc + 4900,


    pfe$collection_limit_exceeded = pfc$selection_error_base + 9,
    {E Limit of +P1 concurrent collections per task exceeded.}

    pfe$get_next_at_eoi = pfc$selection_error_base + 23,
    {E PFP$GET_NEXT_FILE_SELECTION attempted, but the last selection record}
    { has already been gotten.}

    pfe$improper_selection_id = pfc$selection_error_base + 32,
    {E Improper selection_id parameter specified.}

    pfe$no_records_collected = pfc$selection_error_base + 51,
    {W There was no information of the selected type(s) in the catalog.}

    pfe$null_file_selections = pfc$selection_error_base + 53;
    {E Null set specified for file_selections parameter.}

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