
  PROCEDURE [XREF] amp$get_file_attributes
    (    file: fst$file_reference;
     VAR file_attributes: amt$get_attributes;
     VAR file_exists: boolean;
     VAR file_previously_opened: boolean;
     VAR contains_data: boolean;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amc$condition_code_limits
*copyc ame$attribute_validation_errors
*copyc ame$ring_validation_errors
*copyc amt$file_identifier
*copyc amt$get_attributes
*copyc amt$local_file_name
*copyc fst$file_reference
*copyc ost$status
?? POP ??
