FUNPRMU parameter
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, whether or not a request has a Fast/Unload report argument. 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 whether or not a request has a Fast/Unload report argument. 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 theALLMSG
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.