
  PROCEDURE [XREF] amp$#get_file_attributes ALIAS 'amxgfat'
    (    local_file_name: amt$local_file_name;
     VAR file_attributes: amt$get_attributes;
     VAR local_file: boolean;
     VAR old_file: 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 ost$status
?? POP ??
