A UNISYSDB/INI file is used to set trace options. The UNISYSDB/INI file is a sequential data file that can be created using CANDE or another text editor. If you do not create a UNISYSDB/INI file, all Query Processor CLI options are set to their default values.
UnisysDBTrace Options
|
Value |
Definition |
|
|---|---|---|
|
TraceFile |
Valid MCP file name |
Identifies the trace file name. |
|
Valid MCP file name |
Identifies the trace log file name. |
|
|
0 |
Disables the tracing option. This is the default value. |
|
|
1 |
Enables the tracing option. |
|
|
< 0 (Negative number) |
Enables logging. Creates TraceLog. |
|
|
0 |
No tracing. |
|
|
1 |
Traces API calls only after an error is found. |
|
|
2 |
Traces all API calls. This is the default value. |
|
|
0 |
Does not dump the program when an API fault occurs. This is the default value. |
|
|
1 |
Dumps the program to disk when an API fault occurs. |
Example UNISYSDB/INI File
[UnisysDBTrace] TraceFile = UNISYSDB/TRACE TraceEnable = 1 TraceLevel = 2 ProgramDump = 0

