FUNPRMU parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (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...")
 
Line 18: Line 18:
<dl>
<dl>
<dt>X'02'
<dt>X'02'
<dd>Indicates that <var class="product">Fast/Unload</var> messages are always audited. Unless the X'02' bit is also on, the set of messages is as controlled by the arguments to the <var class="product">Fast/Unload User Language Interface</var> function being used.
<dd>Indicates that <var class="product">Fast/Unload</var> messages are always audited, whether or not a request has a <var class="product">Fast/Unload</var> report argument. Unless the X'02' bit is also on, the set of messages is as controlled by the arguments to the <var class="product">Fast/Unload User Language Interface</var> function being used.
<dt>X'04'
<dt>X'04'
<dd>Indicates that all <var class="product">Fast/Unload</var> messages are always audited.  This set of messages is the same as would be sent to the <var class="product">Fast/Unload</var> report if the <var>AllMessages</var> argument were <code>True</code> (to, for example, the <var>[[FastUnload (Recordset function)|FastUnload]]</var> function) or if the <code>ALLMSG</code> option were supplied to the [[$FunLoad]] function.
<dd>Indicates that <b>all</b> <var class="product">Fast/Unload</var> messages are always audited whether or not a request has a <var class="product">Fast/Unload</var> report argument.  This set of messages is the same as would be sent to the <var class="product">Fast/Unload</var> report if the <var>AllMessages</var> argument were <code>True</code> (to, for example, the <var>[[FastUnload (Recordset function)|FastUnload]]</var> function) or if the <code>ALLMSG</code> option were supplied to the [[$FunLoad]] function.


The X'02' bit need not be set if the X'04' bit is set.
The X'02' bit need not be set if the X'04' bit is set.

Revision as of 23:49, 22 June 2012

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 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.