TRACE

Use the TRACE script function to output values to a trace file.

Syntax

TRACE (Trace option, trace level, trace output)

Parameters

Return Codes

Notes:

Example

In the following example, a trace for the content of a script variable is activated. The trace is successful when a database trace with at least one of four trace levels was activated in the properties of the server processes.

:SET &NUMBER# = 10
:
SET &RET# = TRACE(2,4,"The variable NUMBER has the value: &NUMBER#")

See also: