TEMPPAGE parameter: Difference between revisions
(4 intermediate revisions by 3 users not shown) | |||
Line 11: | Line 11: | ||
<dd>All | <dd>All | ||
<dt>Introduced | <dt>Introduced | ||
<dd><var class="product">Model 204 | <dd><var class="product">Model 204 V5.1</var> | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
Use the TEMPPAGE parameter to place CCATEMP pages for your job into above-the-bar (virtual) memory. The number specified for | Use the <var>TEMPPAGE</var> parameter to place [[CCATEMP]] pages for your job into above-the-bar (virtual) memory. The number specified for <var>TEMPPAGE</var> determines how many CCATEMP pages are available for the run. Using <var>TEMPPAGE</var> also indicates that the pages must be placed in storage rather than on disk. The advantages to holding pages in storage are: | ||
<ul> | <ul> | ||
<li> | <li>The disk and channel subsystems are relieved of work, allowing non-CCATEMP I/O to complete with less contention.</li> | ||
The disk and channel subsystems are relieved of work, allowing non-CCATEMP I/O to complete with less contention.</li> | |||
<li> | <li>Moving the pages from memory to the buffer pool requires less CPU than is required to start and wait on I/O completion. </li> | ||
Moving the pages from memory to the buffer pool requires less CPU than is required to start and wait on I/O completion. </li> | |||
</ul> | </ul> | ||
<p>When you specify | <p> | ||
When you specify a <var>TEMPPAGE</var> value, even if you have a CCATEMP DD record in the job, the disk file is not accessed and the pages are placed in storage. The default setting of zero means that your job will use a CCATEMP disk file.</p> | |||
<p>The size of pages in the TEMPPAGE storage area are the same as the size of Model 204 file pages on disk, that is, the value of <var>[[PAGESZ parameter|PAGESZ]]</var>, which is fixed at 6184. | <p> | ||
The size of pages in the <var>TEMPPAGE</var> storage area are the same as the size of Model 204 file pages on disk, that is, the value of <var>[[PAGESZ parameter|PAGESZ]]</var>, which is fixed at 6184. </p> | |||
[[Category:System parameters]] | [[Category:System parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Latest revision as of 13:02, 27 September 2017
Number of CCATEMP pages in storage
Summary
- Default value
- 0
- Parameter type
- System
- Where set
- On User 0's parameter line
- Related products
- All
- Introduced
- Model 204 V5.1
Description
Use the TEMPPAGE parameter to place CCATEMP pages for your job into above-the-bar (virtual) memory. The number specified for TEMPPAGE determines how many CCATEMP pages are available for the run. Using TEMPPAGE also indicates that the pages must be placed in storage rather than on disk. The advantages to holding pages in storage are:
- The disk and channel subsystems are relieved of work, allowing non-CCATEMP I/O to complete with less contention.
- Moving the pages from memory to the buffer pool requires less CPU than is required to start and wait on I/O completion.
When you specify a TEMPPAGE value, even if you have a CCATEMP DD record in the job, the disk file is not accessed and the pages are placed in storage. The default setting of zero means that your job will use a CCATEMP disk file.
The size of pages in the TEMPPAGE storage area are the same as the size of Model 204 file pages on disk, that is, the value of PAGESZ, which is fixed at 6184.