LGTBL parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:LGTBL parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 6: Line 7:
<dd>Utable
<dd>Utable
<dt>Where set
<dt>Where set
<dd>On user's parameter line or reset by UTABLE command
<dd>On user's parameter line or reset by <var>[[UTABLE command|UTABLE]]</var> command
<dt>Related products
<dt>Related products
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V2.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The size of GTBL in bytes</p>
<p>The size of GTBL in bytes.</p>
<p>GTBL contains global variables. The value of LGTBL can range from 40, the minimum, to 2 billion. For an application subsystem user, (LGTBL - (GTBLHASH*10) must not be less than 288.</p>
<p>
<p>Refer to [[UTABLE command|"UTABLE: Setting the server size"]] for a discussion of changing the size of LGTBL.   </p>
GTBL contains global variables. The value of <var>LGTBL</var> can range from 40, the minimum, to 2 billion. It will be rounded up to a multiple of 8. For an application subsystem user, <code>(LGTBL - (<var>[[GTBLHASH parameter|GTBLHASH]]</var>*10)</code> must not be less than 288.</p>
<p>
Refer to [[UTABLE command]] for a discussion of changing the size of <var>LGTBL</var>.</p>
 
[[Category:Utable parameters]]
[[Category:Utable parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 20:49, 20 February 2015

Length of global variable table

Summary

Default value
288
Parameter type
Utable
Where set
On user's parameter line or reset by UTABLE command
Related products
All
Introduced
Model 204 V2.1 or earlier

Description

The size of GTBL in bytes.

GTBL contains global variables. The value of LGTBL can range from 40, the minimum, to 2 billion. It will be rounded up to a multiple of 8. For an application subsystem user, (LGTBL - (GTBLHASH*10) must not be less than 288.

Refer to UTABLE command for a discussion of changing the size of LGTBL.