
  PROCEDURE [XREF] pfp$define_data
    (    lfn: amt$local_file_name;
         path: pft$path;
         cycle_selector: pft$cycle_selector;
         update_cycle_statistics: boolean;
         password_selector: pft$password_selector;
         p_mass_storage_request_info: ^fmt$mass_storage_request_info;
         p_volume_list: ^array [1 .. * ] of rmt$recorded_vsn;
         purge_cycle_options: pft$purge_cycle_options;
         replace_cycle_data: boolean;
         restore_selections: put$restore_data_selections;
         wait_on_volume: boolean;
     VAR mandated_modification_time: {i/o} pft$mandated_modification_time;
     VAR data_residence: pft$data_residence;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc pfe$error_condition_codes
*copyc pfe$internal_error_conditions
*copyc amt$local_file_name
*copyc fmt$mass_storage_request_info
*copyc ost$status
*copyc pft$cycle_selector
*copyc pft$data_residence
*copyc pft$mandated_modification_time
*copyc pft$password_selector
*copyc pft$path
*copyc pft$purge_cycle_options
*copyc put$restore_data_selections
*copyc rmt$recorded_vsn
?? POP ??
