
  PROCEDURE [XREF] amp$find_record_space
    (    file_identifier: amt$file_identifier;
         space: amt$file_length;
         where: amt$put_locality;
         wait: ost$wait;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_identifier
*copyc amt$file_length
*copyc amt$put_locality
*copyc ost$wait
*copyc ost$status
?? POP ??
