TEMPCUR parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 16: Line 16:
==Description==
==Description==
<p>The TEMPCUR parameter tracks the number of [[Using_the_system_scratch_file_(CCATEMP)|CCATEMP]] pages currently in use.</p>
<p>The TEMPCUR parameter tracks the number of [[Using_the_system_scratch_file_(CCATEMP)|CCATEMP]] pages currently in use.</p>
<p>To ensure that the statistics for TEMPCUR, TEMPMAX, and TEMPSIZE counts are calculated on the same basis, each count includes the first two pages of CCATEMP: the first is the File Control Table; the second is reserved.</p>
<p>To ensure that the statistics for TEMPCUR, <var>[[TEMPMAX_parameter|TEMPMAX]]</var>, and <var>[[TEMPSIZE_parameter|TEMPSIZE]]</var> counts are calculated on the same basis, each count includes the first two pages of CCATEMP: the first is the File Control Table; the second is reserved.</p>
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 13:15, 26 September 2017

CCATEMP pages currently in use

Summary

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

Description

The TEMPCUR parameter tracks the number of CCATEMP pages currently in use.

To ensure that the statistics for TEMPCUR, TEMPMAX, and TEMPSIZE counts are calculated on the same basis, each count includes the first two pages of CCATEMP: the first is the File Control Table; the second is reserved.