Version 7.4.4
 —  Operations  —

SORTCACHE : Sort Area Controller Caching

This parameter is valid for the operating environments OS/390, z/OS, VM/ESA, and z/VM only.

Parameter Specify . . . Possible Values Default
SORTCACHE whether to enable (YES) or disable (NO) controller caching for the Adabas sort dataset. YES | NO YES

SORTCACHE controls caching for the sort area component of Adabas.

Value Meaning
YES The default setting. Sort blocks are preread and maintained as long as possible in the caching facilities of the disk controller.
NO Sort blocks are not preread or stored.

Guidelines

Example:

Run the nucleus without controller caching for the sort dataset.

ADARUN PROG=ADANUC,SORTCACHE=NO

Top of page