RESCURR parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(4 intermediate revisions by 2 users not shown)
Line 11: Line 11:
<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.2</var>  
</dl>
</dl>
==Description==
==Description==
The amount of virtual storage (in bytes) that is currently in use for saved resident requests (resident QTBLs and resident NTBLs) when running precompiled User Language requests
<var>RESCURR</var> displays the current amount of virtual storage (in bytes) allocated for saved [[Performance monitoring and tuning#Resident Request feature for precompiled procedures|resident requests]] (resident QTBLs and resident NTBLs) when running SOUL precompiled procedures in this <var class="product">Model&nbsp;204</var> run.
 
<var>RESCURR</var> decreases if a subsystem that has resident procedures is stopped, in which case the virtual storage allocated for those procedures is deallocated. 
 
If reporting ATB storage, the <var>RESCURR</var> byte total is an even multiple of 4096, that is, one 4K-byte page.
 
Contrast with <var>[[RESHIGH parameter|RESHIGH]]</var>.
 
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 14:34, 22 May 2017

Current storage allocated for resident requests

Summary

Default value
None
Parameter type
System
Where set
View-only
Related products
All
Introduced
Model 204 V2.2

Description

RESCURR displays the current amount of virtual storage (in bytes) allocated for saved resident requests (resident QTBLs and resident NTBLs) when running SOUL precompiled procedures in this Model 204 run.

RESCURR decreases if a subsystem that has resident procedures is stopped, in which case the virtual storage allocated for those procedures is deallocated.

If reporting ATB storage, the RESCURR byte total is an even multiple of 4096, that is, one 4K-byte page.

Contrast with RESHIGH.