SETTRACELEVEL |
DEVELOPER |
|
|
Purpose
|
This dynamic tracing method sets the trace level for the functional area specified as the first argument to the value specified as second argument. The following are valid functional areas: TRACEALL, TRACEIO, TRACEREC, TRACEBLK, TRACELGC, TRACEREP, TRACECRT, TRACEMAT, TRACERTC, TRACEDAEMON TRACEMEM, TRACESER, TRACEENV, TRACEMFIN, TRACESLT, TRACEFILE, TRACEMFOUT, TRACESQL, TRACEGEN, TRACEMISC TRACETASK, TRACEGUI, TRACEPRP, TRACEUSER, TRACEUSRTB, TRACEPPM Refer to General and Dynamic Trace System Options for more information. |
Object Type |
Session |
Syntax |
SESSION.SetTraceLevel("TRACEPPM") |
Elements |
|
Remarks |
|
Example |
SESSION.SetTraceLevel("TRACEPPM", 10) SESSION.SetTraceLevel("TRACEPPM", 0) The valid range for second argument "tracelevel" is 0-15. Any value out of range will be set to default. If the trace level set is less than 0, then it will default to 0. If the trace level set is greater than 15, then it will default to 15 |
Topic ID: 510177