TEMPPAGE parameter: Difference between revisions
(Parameter is available under all 3 operating systems) |
|||
Line 10: | Line 10: | ||
<dt>Related products | <dt>Related products | ||
<dd>All | <dd>All | ||
<dt>Introduced | |||
<dd><var class="product">Model 204 V5.1</var> | |||
</dl> | </dl> | ||
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.