
  PROCEDURE [XREF] fmp$get_tape_label_attributes
    (    evaluated_file_reference: fst$evaluated_file_reference;
         source: fst$tape_attribute_source;
         rma_or_ring_privileged: boolean;
     VAR attributes {input, output} : fst$attachment_options;
     VAR returned_attributes: fst$tla_returned_attributes;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc fst$attachment_options
*copyc fst$evaluated_file_reference
*copyc fst$tape_attribute_source
*copyc fst$tla_returned_attributes
?? POP ??
