
  PROCEDURE [XREF] pfp$r2_df_client_define_catalog
    (   served_family_location: pft$served_family_locator;
        path: pft$path;
        charge_id: pft$charge_id;
        system_privilege: boolean;
        catalog_type_selected: boolean;
        selected_catalog_type: pft$catalog_types;
        p_mass_storage_request_info: ^fmt$mass_storage_request_info;
    VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc fmt$mass_storage_request_info
*copyc ost$status
*copyc pft$catalog_types
*copyc pft$charge_id
*copyc pft$path
*copyc pft$served_family_locator
?? POP ??
