TEMPPAGE parameter: Difference between revisions
Line 14: | Line 14: | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
Use the TEMPPAGE parameter to place CCATEMP pages for your job into | Use the TEMPPAGE parameter to place CCATEMP pages for your job into above-the-bar (virtual) memory. The number specified for the TEMPPAGE parameter determines how many CCATEMP pages are available for the run. Using the TEMPPAGE parameter 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> | ||
Line 23: | Line 23: | ||
<p>When you specify the TEMPPAGE parameter, 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>When you specify the TEMPPAGE parameter, 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 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 [[PAGESZ parameter|PAGESZ]] which is fixed at 6184. | |||
[[Category:System parameters]] | [[Category:System parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 14:32, 22 September 2014
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 the TEMPPAGE parameter determines how many CCATEMP pages are available for the run. Using the TEMPPAGE parameter 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 the TEMPPAGE parameter, 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.