LAUDPROC parameter: Difference between revisions
Jump to navigation
Jump to search
m (misc formatting) |
|||
Line 15: | Line 15: | ||
==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 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 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.