-sqlcheck
Verifies that data in a file is compatible with SQL definitions. The command scans all records of the given file using the primary key index and stops at the first conversion error encountered showing an error message, the record number, schema and field name of the incorrect data.
Usage
ctutil -sqlcheck file iss_file [-conv=convention_ID]
file - File name without extension
iss_file - Path to a data definition file in XML format
convention_ID - Optional numeric storage convention ID:
o A - ACUCOBOL-GT (default)
o B - MBP COBOL
o D - Data General
o I - IBM
o M - Micro Focus
o N - NCR COBOL
o R - Realia COBOL
o V - VAX COBOL