
  PROCEDURE [XREF] amp$get_lock_next_keyed_record
    (    file_identifier: amt$file_identifier;
         working_storage_area: ^cell;
         working_storage_length: amt$working_storage_length;
         key_location: ^cell;
         wait_for_lock: ost$wait_for_lock;
         unlock_control: amt$unlock_control;
         lock_intent: amt$lock_intent;
     VAR record_length: amt$max_record_length;
     VAR file_position: amt$file_position;
         wait: ost$wait;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_identifier
*copyc amt$file_position
*copyc amt$lock_intent
*copyc amt$max_record_length
*copyc amt$unlock_control
*copyc amt$working_storage_length
*copyc ost$status
*copyc ost$wait
*copyc ost$wait_for_lock
?? POP ??
