FUNPRMU parameter

From m204wiki
Jump to navigation Jump to search

This page is under construction and the feature being proposed is tentative - not even yet ready for βeta testing.

User-level Fast/Unload flags

Summary

Default value
X'00'
Parameter type
User
Where set
Any user
Related products
Fast/Unload User Language Interface
Introduced
Sirius Mods 8.1

Description

This is a bitmask parameter that controls auditing of messages with the Fast/Unload User Language Interface, where the bits mean:

X'02'
Indicates that "basic" Fast/Unload messages are always audited, whether or not a request has a Fast/Unload report argument.
X'04'
Indicates that all Fast/Unload messages, except lines issued by the REPORT statement and the "Field statistics" lines, are always audited, whether or not a request has a Fast/Unload report argument. The X'02' bit need not be set if the X'04' bit is set.
X'08'
If the X'02' or X'04' bit is on, the X'80' bit causes all messages thus selected to be sent to the Model 204 audit trail, whether or not the FUNAUDIT DDname is present. When this bit is on, then the X'02' and X'04' bits do not affect any output to FUNAUDIT. If the X'08' bit is not on, and there as a FUNAUDIT DDname, then any extra auditing selected by X'02' or X'04' goes to FUNAUDIT and no Fast/Unload messages are sent to the Model 204 audit trial. In the odd case that there is no Model 204 audit trail, the X'80' bit is ignored (treated as if it were zero).

For each of the FUNPRMU bits X'02', X'04', and X'08', the same bit has the same meaning in the FUNPARM system parameter; the indicated effect takes place if either of the FUNPRMU or FUNPARM bits is on.

Note that the X'01' bit is not used by FUNPRMU.