
  PROCEDURE [XREF] amp$get_direct ALIAS 'amxgetd'
    (    file_identifier: amt$file_identifier;
         working_storage_area: ^cell;
         working_storage_length: amt$working_storage_length;
     VAR transfer_count: amt$transfer_count;
         byte_address: amt$file_byte_address;
     VAR file_position: amt$file_position;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amc$condition_code_limits
*copyc ame$conflicting_access_level
*copyc ame$file_organization_errors
*copyc ame$get_program_actions
*copyc ame$get_validation_errors
*copyc ame$improper_file_id
*copyc ame$improper_random_access
*copyc ame$improper_wsl
*copyc ame$ring_validation_errors
*copyc ame$terminal_validation_errors
*copyc amt$file_byte_address
*copyc amt$file_identifier
*copyc amt$file_position
*copyc amt$transfer_count
*copyc amt$working_storage_length
*copyc ost$status
?? POP ??
