Operating Condition
Syntax: SET ANSIOUTPUT ON/OFF
Default: OFF
ANSIOUTPUT specifies ANSI is the default encoding method for the OUTPUT command. When ON, the ANSI modifier does not need specified for OUTPUT commands. The output file will be creates as an ANSI file when it make sense. If you specified the UTF8 modifier on the OUTPUT command, it will take precedence over the ANSIOUTPUT setting.