Operational Model:
The FairCom DB SQL Maintenance Utility, ctsqlutl, is a general-purpose program to perform maintenance on the FairCom DB SQL Server.
The "rename column" (-rencol ) command allows you to change the name of a column. When the ctsqlutl utility is launched with the -rencol command, the program browses through the internal FairCom DB SQL dictionaries and updates the records with the new column name.
Syntax
The ctsqlutl utility syntax is as follows:
ctsqlutl [options] -rencol table_name column newcolumn
Options