
  PROCEDURE [XREF] dmp$allocate_file_space_r1 ALIAS 'dmxaspa'
    (    system_file_id: gft$system_file_identifier;
         byte_address: amt$file_byte_address;
         number_bytes_to_allocate: amt$file_byte_address;
         chapter_number: dmt$chapter_number;
         wait_option: ost$wait;
         file_space_limit: sft$file_space_limit_kind;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_byte_address
*copyc dmt$chapter_number
*copyc gft$system_file_identifier
*copyc ost$wait
*copyc ost$status
*copyc sft$file_space_limit_kind
?? POP ??
