MAXINCL parameter: Difference between revisions
Jump to navigation
Jump to search
m (misc formatting) |
|||
Line 13: | Line 13: | ||
<dd><var class="product">Model 204 V6.1</var> or earlier | <dd><var class="product">Model 204 V6.1</var> or earlier | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
<p>The MAXINCL parameter indicates the maximum procedure INCLUDE nesting level. The default is 5, which is the setting that was used in <var class="product">Model 204</var> prior to Version 5.1. You can set MAXINCL to a value between 5 and 40, inclusive.</p> | <p> | ||
<p>Each extra INCLUDE level requires (65 + <var>[[LAUDPROC_parameter|LAUDPROC]]</var>) 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.</p> | The <var>MAXINCL</var> parameter indicates the maximum procedure <var>INCLUDE</var> nesting level. The default is 5, which is the setting that was used in <var class="product">Model 204</var> prior to Version 5.1. You can set <var>MAXINCL</var> to a value between 5 and 40, inclusive.</p> | ||
<p>You can issue a < | <p> | ||
<p>If you set the MAXINCL parameter to a value greater than five, and you run a request with <var>[[$RDPROC|$ | 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> | |||
You can issue a <code>[[VIEW command|VIEW]] SYSTEM</code> command to display the <var>MAXINCL</var> readings.</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> | |||
[[Category:System parameters]] | [[Category:System parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 17:11, 8 July 2015
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 SYSTEM
command to display the MAXINCL readings.
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.