Adabas Service for Java 1.2.1 | Troubleshooting and Statistics | Using the AJZTRACE Parameter
 
Using the AJZTRACE Parameter
To specify AJZTRACE in the batch job include the following in STDENV:
export AJZTRACE="0xnnnnnnnn"
The trace values below can be combined to obtain more than one form of trace output.
Value
Description
Destination
0x00000000
No trace
0x80000000
Performance related summary statistics maintained in memory and written at job end
STDOUT or DDTRACE if specified
0xF0000000
Performance related statistics maintained in memory and written at job end
STDOUT or DDTRACE if specified
0x0F000000
COBOL Interface trace written for each Adabas command issued
STDOUT or DDTRACE if specified
0x00FF0000
Java trace written for each Adabas command issued
STDOUT or DDTRACE if specified
0x0000FF00
JNI trace written for each Adabas command issued
SYSPRINT
0x000000FF
Adabas link trace written for each Adabas command issued
SYSPRINT
0xFFFFFFFF
Full trace (all of the above)
STDOUT or DDTRACE if specified, as well as SYSPRINT