
  TYPE
    clt$command_reference = record
      name: clt$command_name,
      case form: clt$command_reference_form of
      = clc$name_only_command_ref =
        ,
      = clc$skip_1st_entry_command_ref =
        ,
      = clc$system_command_ref =
        ,
      = clc$utility_command_ref =
        utility: clt$utility_name,
      = clc$module_or_file_command_ref =
        library_or_catalog: fst$path,
      = clc$file_cycle_command_ref =
        catalog: fst$path,
        cycle_number: fst$cycle_number,
      casend,
    recend;

*copyc clt$command_name
*copyc clt$command_reference_form
*copyc clt$utility_name
*copyc fst$cycle_number
*copyc fst$path
