MAXINCL parameter

From m204wiki
Jump to navigation Jump to search

Max Include level

Summary

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

Description

The MAXINCL parameter indicates the maximum procedure INCLUDE nesting level. The default is 5, which is the setting that was used in Model 204 prior to Version 5.1. You can set MAXINCL to a value between 5 and 40, inclusive.

Each extra INCLUDE level requires (90 + LAUDPROC) bytes of fixed server area, where LAUDPROC is the User 0 parameter value. If LAUDPROC is set to 250, each extra INCLUDE level would require 340 extra bytes of fixed server area.

You can issue a VIEW MAXINCL command to display the current MAXINCL value.

If you set the MAXINCL parameter to a value greater than five, and you run a request with $RdProc calls, the request will use more STBL space.