
 TYPE
    fst$detachment_option = record
      case selector: fst$file_detachment_choices of
      = fsc$do_unload_volume =
        unload_volume: boolean,
      = fsc$do_null_detachment_option =
        ,
      casend,
    recend;

*copyc fst$file_detachment_choices
