ULTRACE parameter

From m204wiki
Revision as of 23:45, 17 February 2011 by JAL (talk | contribs) (→‎Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.