Previous Topic: DC172995Next Topic: DC172997


DC172996

SQL CMD = <sql-command-verb> CODE = <sql-code>ERROR = <sql-error-value>

Reason:

The CA ADS trace facility issues this message. When dialog execution is being traced at the command level, one of these messages follows each SQL command executed by the dialog. The SQL CMD value is a translation of the SQL command number found in the SQLCIB record. It identifies the current SQL command issued. The CODE is the return code for the current SQL command issued (SQLCODE in SQLCA record). ERROR provides additional information when an SQL error occurs (it is taken from SQLCERC in SQLCA record).

Module:

ADSOTRAC

Severity:

0