
{ Parameters sent from CLIENT >--> SERVER for allocation in job_mode

  TYPE
    dmt$df_allocate_file_space_inp = record
      sfid: gft$system_file_identifier,
      byte_offset: amt$file_byte_address,
      bytes_to_allocate: amt$file_byte_address,
      total_allocated_length: amt$file_byte_address,
    recend;

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_byte_address
*copyc gft$system_file_identifier
?? POP ??
