
  PROCEDURE [XREF] bap$create_file
    (    attachment_options: ^fst$attachment_options;
         cycle_attributes: ^fst$file_cycle_attributes;
         file_attributes: ^fst$file_attributes;
         device_attributes: ^fst$device_attributes;
     VAR evaluated_file_reference: {i/o} fst$evaluated_file_reference;
     VAR resolved_path: fst$path;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc fse$attach_validation_errors
*copyc fst$attachment_options
*copyc fst$device_attributes
*copyc fst$evaluated_file_reference
*copyc fst$file_attributes
*copyc fst$file_cycle_attributes
*copyc ost$status
*copyc pfe$error_condition_codes
*copyc rme$request_mass_storage
?? POP ??

