Start of change

ZIIPMODE control statement

The ZIIPMODE control statement specifies whether HSSR engine offloads eligible VSAM ESDS I/O or OSAM LDS I/O workloads to zIIP processors.

0........1.........2.........3.........4.........5.........6.........7.........8
12345678901234567890123456789012345678901234567890123456789012345678901234567890

ZIIPMODE NEVER
         COND
Position
Description
1
Code the ZIIPMODE keyword.
10
Specify one of the following keywords:
NEVER
Does not offload any workload to zIIP processors. NEVER is the default to avoid unexpected performance degradation.
COND
Offloads VSAM ESDS I/O or OSAM LDS I/O workloads to zIIP processors when all of the following conditions are met:
  • zIIP processors are available.
  • The SGLXLOAD library of IMS Tools Base is specified to the STEPLIB or JOBLIB.
  • VSAM ESDS is to be read using Media Manager. For details, see HPIO control statement
If any of these conditions is not satisfied, the job runs using the main CPs.
End of change