TEMPPAGE parameter: Difference between revisions
m (misc formatting) |
|||
Line 13: | Line 13: | ||
<dd><var class="product">Model 204 V6.1</var> or earlier | <dd><var class="product">Model 204 V6.1</var> or earlier | ||
</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> | ||
<p class="note"><b>Note: </b>This parameter applies to only z/OS.</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 class="note"><b>Note:</b> This parameter applies to only z/OS.</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]] |
Revision as of 19:56, 10 June 2016
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 V6.1 or earlier
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.
Note: This parameter applies to only z/OS.
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.