ULTRACE parameter
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. The bits mean:
- 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.