Product Documentation

c-treeRTG COBOL Edition User's Guide

Previous Topic

Next Topic

-xfd2xdd

Transforms an XFD file version 4, 5, and 6 into c-tree XDD files, which contain SQL information.

Usage

ctutil -xfd2xdd xfd_file [-rule=rules_file]

where:

  • xfd_file - Path to a XFD file
  • rule=rules_file - Optional path to rules file

The ctutil -xfd2xdd utility (as well as the COBOL xddgen utility) mark the first index as the primary in the XDD definition so that this key becomes the primary key for SQL.

Note: The SQL Information will be written to standard output. Redirect standard output to a new file to obtain the XDD file.

TOCIndex