LAUDPROC parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (misc formatting)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:LAUDPROC parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 10: Line 11:
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V2.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The number of bytes to be allocated in audit trail user statistics blocks for capturing the currently executing procedure name</p>
<p>
<p>The parameter can be reset to a maximum of 253 for long procedure names. A setting of 0 causes no space to be allocated in the statistics blocks and causes procedure names to appear as blanks on the audit trail.</p>
The number of bytes to be allocated in audit trail user statistics blocks for capturing the currently executing procedure name</p>
<p><var class="product">Model&nbsp;204</var> increases (if necessary) the setting of LAUDPROC to the nearest value that makes LAUDPROC + 3 a multiple of eight. The LAUDPROC parameter is always rounded up based on the following formula:</p>
<p>
<p>LAUDPROC = (LAUDPROC + 19 rounded to double word boundary)-19</p>
The parameter can be reset to a maximum of 253 for long procedure names. A setting of 0 causes no space to be allocated in the statistics blocks and causes procedure names to appear as blanks on the audit trail.</p>
<p>For example, if LAUDPROC is set to 25, then the value of LAUDPROC is rounded to 29.</p>
<p>
<var class="product">Model&nbsp;204</var> increases (if necessary) the setting of <var>LAUDPROC</var> to the nearest value that makes <code>LAUDPROC + 3</code> a multiple of eight. The <var>LAUDPROC</var> parameter is always rounded up based on the following formula:</p>
<p class="code">LAUDPROC = (LAUDPROC + 19 rounded to double word boundary)-19</p>
<p>
For example, if <var>LAUDPROC</var> is set to 25, then the value of <var>LAUDPROC</var> is rounded to 29.</p>
 
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 16:33, 11 April 2017

Length of audit procedure names

Summary

Default value
21
Parameter type
System
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V2.1 or earlier

Description

The number of bytes to be allocated in audit trail user statistics blocks for capturing the currently executing procedure name

The parameter can be reset to a maximum of 253 for long procedure names. A setting of 0 causes no space to be allocated in the statistics blocks and causes procedure names to appear as blanks on the audit trail.

Model 204 increases (if necessary) the setting of LAUDPROC to the nearest value that makes LAUDPROC + 3 a multiple of eight. The LAUDPROC parameter is always rounded up based on the following formula:

LAUDPROC = (LAUDPROC + 19 rounded to double word boundary)-19

For example, if LAUDPROC is set to 25, then the value of LAUDPROC is rounded to 29.