-R tbcconv option

The results file (-R) option of the tbcconv utility command has a parameter to specify the path and the file name for the conversion results file produced by the schema bytes-to-characters conversion utility.

The specified parameter could be the name of the directory where the conversion results file will be written, the full file path specification in which a wildcard can be used to represent the conversion result file, or the full path in which the complete filename can be specified.

The default naming convention for the conversion results file is: schema_name.dbe.

If a wildcard is specified in the full path, for example, tbcconv myschema.mtt -R C:\MyDev\ConversionResults\2002-02-28_*.err, the conversion results file will be produced in the C:\MyDev\ConversionResults directory with the 2002-02-28_myschema.err naming convention.

If the complete file name is specified, for example, tbcconv myschema.mtt -R C:\MyDev\ConversionResults\MyConversionResults.txt, the MyConversionResults.txt file will be produced in the C:\MyDev\ConversionResults directory.

If the (-R) option is not specified, the conversion results will be written to the console, and if (-R) is specified without a parameter, the conversion results will be written to the same directory as the schema file using the default schema_name.dbe naming convention.