FUNPRMU parameter

From m204wiki
Revision as of 23:46, 22 June 2012 by Dme (talk | contribs) (Created page with "This page is under construction. ==Summary== <dl> <dt>Default value <dd>X'00' <dt>Parameter type <dd>User <dt>Where set <dd>Any user <dt>Related products <dd>[[Fast/Unload|Fa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page is under construction.

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 Fast/Unload messages are always audited. Unless the X'02' bit is also on, the set of messages is as controlled by the arguments to the Fast/Unload User Language Interface function being used.
X'04'
Indicates that all Fast/Unload messages are always audited. This set of messages is the same as would be sent to the Fast/Unload report if the AllMessages argument were True (to, for example, the FastUnload function) or if the ALLMSG option were supplied to the $FunLoad function. The X'02' bit need not be set if the X'04' bit is set.
X'08'
Indicates that all auditing of Fast/Unload messages (regardless of the reason they are audited) be sent to the Model 204 audit trail. This may be in addition to the messages being audited to the FUNAUDIT DDname.

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.