
  TYPE
    pmt$program_options = record
      map_file: amt$local_file_name,
      map_options: pmt$load_map_options,
      termination_error_level: pmt$termination_error_level,
      preset: integer,
      maximum_stack_size: ost$segment_length,
      debug_input: amt$local_file_name,
      debug_output: amt$local_file_name,
      abort_file: amt$local_file_name,
      debug_mode: pmt$debug_mode,
      conditions_enabled: pmt$system_conditions,
      conditions_inhibited: pmt$system_conditions,
    recend;

*copyc PMT$PROGRAM_DESCRIPTION
*copyc OSD$VIRTUAL_ADDRESS
*copyc AMT$LOCAL_FILE_NAME
*copyc PMT$DEBUG_MODE
