
  TYPE
    clt$data_kind = (clc$application, clc$array, clc$boolean, clc$cobol_name,
          clc$command_reference, clc$data_name, clc$date_time, clc$deferred,
*IF NOT $true(osv$unix)
          clc$entry_point_reference, clc$file, clc$integer, clc$keyword,
*ELSE
          clc$entry_point_reference, clc$nos_ve_file, clc$integer, clc$keyword,
*IFEND
          clc$list, clc$lock, clc$name, clc$network_title, clc$program_name,
          clc$range, clc$real, clc$record, clc$scu_line_identifier,
          clc$statistic_code, clc$status, clc$status_code, clc$string,
          clc$string_pattern, clc$time_increment, clc$time_zone,
*IF NOT $true(osv$unix)
          clc$type_specification, clc$unspecified);
*ELSE
          clc$type_specification, clc$unspecified, clc$unix_file);

    CONST
      clc$file = clc$unix_file;

*IFEND

