
  PROCEDURE [XREF] amp$tst_getn_out
    (    id: string (15);
         fid: amt$file_identifier;
         wsl: amt$working_storage_length;
         record_length: amt$max_record_length;
         transfer_count: amt$transfer_count;
         byte_address: amt$file_byte_address;
         file_position: amt$file_position;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_byte_address
*copyc amt$file_identifier
*copyc amt$file_position
*copyc amt$max_record_length
*copyc amt$transfer_count
*copyc amt$working_storage_length
*copyc ost$status
?? POP ??
