MAXINCL parameter: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
|||
(10 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:MAXINCL parameter subtitle}} | |||
==Summary== | ==Summary== | ||
<dl> | <dl> | ||
Line 12: | 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 ( | 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 VIEW | <p> | ||
<p>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.</p> | Each extra <var>INCLUDE</var> level requires <code>(90 + <var>[[LAUDPROC parameter|LAUDPROC]]</var>)</code> bytes of fixed server area, where <var>LAUDPROC</var> is the User 0 parameter value. If <var>LAUDPROC</var> is set to 250, each extra <var>INCLUDE</var> level would require 340 extra bytes of fixed server area.</p> | ||
<p> | |||
You can issue a <code>[[VIEW command|VIEW]] MAXINCL</code> command to display the current <var>MAXINCL</var> value.</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]] |
Latest revision as of 19:33, 14 April 2017
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.