  TYPE
    fst$ts_authorize_file_set_reuse = record
      enforce_tape_security {input} : boolean,
      initial_volume_classification {input} : rmt$tape_volume_classification,
      initial_volume_header_labels {input} : ^SEQ ( * ),
      proposed_access {input} : fst$file_access_options,
      proposed_access_defaulted {input} : boolean,
      proposed_header_labels {input} : ^SEQ ( * ),
      proposed_volume_classification {input} : rmt$tape_volume_classification,
      authorized_access {output} : ^fst$file_access_options,
      file_set_access {output} : ^fst$file_access_options,
    recend;

*copyc fst$file_access_options
*copyc rmt$tape_volume_classification
