Enabling COBOL SQL Tracing

Set the following trace options in the override parameters of the process definition to trace SQL executed by a COBOL SQL process. To access the Process Definition page, select PeopleTools, Process Scheduler, Processes. On the Override Options tab, select “Override” in the Parameter List drop-down and enter the following in the Parameters field:

%%PRCSNAME%% %%DBTYPE%%/%%DBNAME%%/%%OPRID%%/%%OPRPSWD%%/%%RUNCNTLID%%/%%INSTANCE%%/255/%%DBFLAG%%
Enabling COBOL SQL Tracing

Save the process definition and run the COBOL SQL process. The trace files can be retrieved in the Process Monitor.

Enabling Application Engine Tracing

Set the following trace options in the override parameters of the process definition to trace SQL and PeopleCode executed by an Application Engine program. To access the Process Definition page, select PeopleTools, Process Scheduler, Processes. On the Override Options tab, select “Append” in the Parameter List drop-down and enter the following in the Parameters field:

-TRACE 7 -TOOLSTRACEPC 3596 -TOOLSTRACESQL 131
Enabling Application Engine Tracing

Save the process definition and run the Application Engine program. The trace files can be retrieved in the Process Monitor.