
  PROCEDURE [XREF] amp$#get_partial ALIAS 'amxgetp'
    (    file_identifier: amt$file_identifier;
         working_storage_area: ^cell;
         working_storage_length: amt$working_storage_length;
     VAR record_length: amt$max_record_length;
     VAR transfer_count: amt$transfer_count;
     VAR byte_address: amt$file_byte_address;
     VAR file_position: amt$file_position;
         skip_option: amt$skip_option;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amc$condition_code_limits
*copyc ame$conflicting_access_level
*copyc ame$get_program_actions
*copyc ame$get_validation_errors
*copyc ame$improper_file_id
*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$max_record_length
*copyc amt$skip_option
*copyc amt$transfer_count
*copyc amt$working_storage_length
*copyc ost$status
?? POP ??
