MAXINCL parameter: Difference between revisions
Jump to navigation
Jump to search
m (misc formatting) |
m (Changed VIEW SYSTEM to VIEW MAXINCL) |
||
Line 20: | Line 20: | ||
Each extra <var>INCLUDE</var> level requires (65 + <var>[[LAUDPROC_parameter|LAUDPROC]]</var>) bytes of fixed server area, where <var>LAUDPROC</var> is the User 0 parameter value. If <var>LAUDPROC</var> is set to 55, each extra <var>INCLUDE</var> level would require 120 extra bytes of fixed server area.</p> | Each extra <var>INCLUDE</var> level requires (65 + <var>[[LAUDPROC_parameter|LAUDPROC]]</var>) bytes of fixed server area, where <var>LAUDPROC</var> is the User 0 parameter value. If <var>LAUDPROC</var> is set to 55, each extra <var>INCLUDE</var> level would require 120 extra bytes of fixed server area.</p> | ||
<p> | <p> | ||
You can issue a <code>[[VIEW command|VIEW]] | You can issue a <code>[[VIEW command|VIEW]] MAXINCL</code> command to display the current <var>MAXINCL</var> value.</p> | ||
<p> | <p> | ||
If you set the <var>MAXINCL</var> parameter to a value greater than five, and you run a request with <var>[[$RDPROC|$RdProc]]</var> calls, the request will use more <var>[[LSTBL parameter|STBL]]</var> space.</p> | If you set the <var>MAXINCL</var> parameter to a value greater than five, and you run a request with <var>[[$RDPROC|$RdProc]]</var> calls, the request will use more <var>[[LSTBL parameter|STBL]]</var> space.</p> |
Revision as of 19:13, 18 October 2016
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 (65 + LAUDPROC) bytes of fixed server area, where LAUDPROC is the User 0 parameter value. If LAUDPROC is set to 55, each extra INCLUDE level would require 120 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.