LAUDPROC parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
(Automatically generated page update)
Line 18: Line 18:
<p>LAUDPROC = (LAUDPROC + 19 rounded to double word boundary)-19</p>
<p>LAUDPROC = (LAUDPROC + 19 rounded to double word boundary)-19</p>
<p>For example, if LAUDPROC is set to 25, then the value of LAUDPROC is rounded to 29.</p>
<p>For example, if LAUDPROC is set to 25, then the value of LAUDPROC is rounded to 29.</p>
[[Category:System Parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 14:38, 19 April 2013

Summary

Default value
21
Parameter type
System
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V6.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.