
  TYPE
    clt$parameter_help_context = record
      help_output_file: ^fst$file_reference,
*IF NOT $true(osv$unix)
      help_output_ring: ost$valid_ring,
*IFEND
      help_output_options: clt$parameter_help_options,
    recend;

*copyc clt$parameter_help_options
*copyc fst$file_reference
*copyc osd$virtual_address
