LAUDPROC parameter

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.