Many of the host services are called from or directed by command lists (CLISTs). Some CLISTs contain an option that is called DEBUG that can be used to set various debugging and tracing options.
The disadvantage of using the CLIST DEBUG parameter is that it applies to only one CLIST and is not available for certain areas of the product. The TIUDEBUG utility, which is described previously, performs the same functions as the DEBUG parameter but operates over all CLISTs.
The DEBUG( ) parameter accepts a single value, which is a string of single characters that define certain types of debugging activities to be performed. The string is composed of the following character values that are concatenated together:
Specify to display on your terminal the execution of commands for the CLIST.
Specify to display on your terminal the SQL statement that was being executed when an SQL error occurred.
Specify to trace the flow of control from one program procedure to another.
Specify to display certain key data variables in addition to the Procedure Trace. If used, the Procedure Trace is also specified.
Examples of the use of the DEBUG parameter string are:
EX install.pds.clist(iefup) DEBUG(CSDP) EX install.pds.clist(iefup) DEBUG(PD)
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|