-sqlinfo
Includes extended file information from iss file into the physical file.
iss files are generated by the isCOBOL Compiler when -efc option is used.
Usage
ctutil -sqlinfo file iss_file [sign_convention]
file is the name of the c-tree file. The default file extension (that is ".dat" if not configured differently) must be omitted. Relative paths are resolved according to the c-tree server working directory.
iss_file is the dictionary file. Relative paths are resolved according to the ctutil working directory.
sign_convention identifies the numeric data convention.
o use A for programs compiled with -dca option or without data compatibility options.
o use D for programs compiled with -dcd option.
o use I for programs compiled with -dci option.
o use M for programs compiled with -dcm option.
o use N for programs compiled with -dcn option.
o use R for programs compiled with -dcr option.
 
If omitted, A is assumed
This operation is necessary before linking a file into c-tree SQL Server with -sqllink option.