Specifies which Adabas information is displayed in the debug trace output..
ADA_DEBUG_TRACE_MASK = 1
1 = Display the hexadecimal dump of the control buffer after each Adabas call.
2 = Display the hexadecimal dump of the format buffer for each Adabas call.
4 = Display the hexadecimal dump of the record buffer for each Adabas call.
8 = Display the hexadecimal dump of the search buffer for each Adabas call.
16 = Display the hexadecimal dump of the value buffer for each Adabas call.
32 = Display the hexadecimal dump of the ISN buffer for each Adabas call.
64 = Display the hexadecimal dump of the control buffer prior to each Adabas call.
128 = Display the hexadecimal dump of the control buffer prior to each Adabas call - only if there is an error.
Caution: Enabling one or more of these debug bitmap trace settings can produce voluminous output. Only do so if requested by tech support.
Examples:
ADA_DEBUG_TRACE_MASK = 1
Display only the hexadecimal dump of the control buffer after each Adabas call.
ADA_DEBUG_TRACE_MASK = 3
Display the hexadecimal dumps of the control and format buffers after each Adabas call.
ADA_DEBUG_TRACE_MASK = 7
Display the hexadecimal dumps of the control, format, and record buffers after each Adabas call.
ADA_DEBUG_TRACE_MASK = 15
Display the hexadecimal dumps of the control, format, record, and search buffers after each Adabas call.
ADA_DEBUG_TRACE_MASK = 31
Display the hexadecimal dumps of the control, format, record, search, and value buffers after each Adabas call.
ADA_DEBUG_TRACE_MASK = 63
Display the hexadecimal dumps of the control, format, and record buffers after each Adabas call.
ADA_DEBUG_TRACE_MASK = 127
Display the hexadecimal dumps the control, format, record, search, value, and ISN buffers before and after each Adabas call.
Default = 127
Environments: Client, Server, Windows, Mainframe, Unix, Adabas
Configuration Manager: CONNX Settings; Current Key = CONNX\Adabas; Key Value/Value Name = ADA_DEBUG_TRACE_MASK
Unix Environment Variable: ADA_DEBUG_TRACE_MASK
Started Task: ADA_DEBUG_TRACE_MASK
CICS: ADA_DEBUG_TRACE_MASK