LSTBL parameter: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add link) |
||
Line 14: | Line 14: | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
<p>The size of STBL in bytes</p> | <p> | ||
<p>STBL is used for storing character strings and arrays. LSTBL can range from 0 to 16777208. For an application subsystem user, LSTBL must have a minimum value of 250.</p> | The size of <var>[[Large request considerations#STBL (character string table)|STBL]]</var> in bytes.</p> | ||
<p> | |||
STBL is used for storing character strings and arrays. <var>LSTBL</var> can range from 0 to 16777208. For an application subsystem user, <var>LSTBL</var> must have a minimum value of 250.</p> | |||
====STBL usage and the SQL driver==== | ====STBL usage and the SQL driver==== | ||
<p>Beginning in <var class="product">Model 204</var> V4R1.1, STBL usage increases in the SQL driver, because it relies fully on the <var class="product">Model 204</var> nucleus to create and process a found set derived from the WHERE clause in the query. This bypasses a Table B search whenever possible and increases performance. </p> | <p> | ||
<p>Rocket Software recommends that sites using SQL set STBL to a minimum of 3000 bytes, keeping in mind that the size requirement relates directly to the complexity of the query and/or the view structure.</p> | Beginning in <var class="product">Model 204</var> V4R1.1, STBL usage increases in the SQL driver, because it relies fully on the <var class="product">Model 204</var> nucleus to create and process a found set derived from the <code>WHERE</code> clause in the query. This bypasses a Table B search whenever possible and increases performance. </p> | ||
<p> | |||
Rocket Software recommends that sites using SQL set STBL to a minimum of 3000 bytes, keeping in mind that the size requirement relates directly to the complexity of the query and/or the view structure.</p> | |||
[[Category:Utable parameters]] | [[Category:Utable parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 18:45, 8 April 2015
Length of STBL
Summary
- Default value
- 600
- Parameter type
- Utable
- Where set
- On user's parameter line or reset by UTABLE command
- Related products
- All
- Introduced
- Model 204 V6.1 or earlier
Description
The size of STBL in bytes.
STBL is used for storing character strings and arrays. LSTBL can range from 0 to 16777208. For an application subsystem user, LSTBL must have a minimum value of 250.
STBL usage and the SQL driver
Beginning in Model 204 V4R1.1, STBL usage increases in the SQL driver, because it relies fully on the Model 204 nucleus to create and process a found set derived from the WHERE
clause in the query. This bypasses a Table B search whenever possible and increases performance.
Rocket Software recommends that sites using SQL set STBL to a minimum of 3000 bytes, keeping in mind that the size requirement relates directly to the complexity of the query and/or the view structure.