The the statistical analysis information is written to a logfile named OpenESQLTrace.processID.log, which is created the first time you use TRACELEVEL. With each subsequent use of TRACELEVEL, tracing information is appended to the end of the file. A separator record is written at the end of each trace to help identify different traces.
OpenESQL creates the logfiles under the directory where the application is located. If file/directory permissions prevent file creation in that location, OpenESQL creates the logfiles under the directory referenced in the %TEMP% environment variable.
All trace records contain the elapsed runtime, accurate to one microsecond.
TRACELEVEL={T | 1 | 2 | 3 | 4 | D}
Used at compile time: | No |
Behavior at run time: | Source file |
See Scope - OpenESQL SQL Compiler Directive Options for more information.
Comments: