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:
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.