Use the _QRW reset option to enable diagnostic debugging and tracing outputs from
the SQL query rewrite facility in the log. The diagnostic debugging option is disabled
by default.
Examples:
Enable diagnostic debugging
function:
execute(reset _qrw) by sasspds; /* Enable diagnostics */
execute(reset _qrw=1) by sasspds; /* Another way to enable */
Disable diagnostic debugging function:
execute(reset no_qrw) by sasspds; /* Disable diagnostics */
execute(reset _qrw=0) by sasspds; /* Another way to disable */