ULTRACE parameter
Jump to navigation
Jump to search
UL Trace statement flags
Summary
- Default value
- X'01'
- Parameter type
- User
- Where set
- User and $Resetn resettable
- Related products
- SirFact
- Introduced
- Before Sirius Mods 6.7
Description
This bitmask parameter controls the behavior of the User Language Trace statement (as well as Text and Html statements with the Trace option, the TraceText statement, and Trace methods in several classes, for example the XmlDoc Trace subroutine and the Arraylist Trace subroutine).
The ULTRACE bit settings are:
- X'01'
- Send TRACE output to terminal. This is the default.
- X'02'
- Send TRACE output to audit trail.
- X'04'
- Send TRACE output to a CCATEMP wrap-around trace table. See the ULTRACEP parameter.
The default setting for ULTRACE (X'01') means that the Trace statement acts much like a Print statement. The bits can be combined so that output can be sent to both the terminal and the audit trail, or to the CCATEMP wrap-around trace table and to the terminal and to the audit trail.
If a Trace statement is executed when ULTRACE is set to 0, the request is cancelled.