Start of change

ZIIPMODE control statement

Specifies whether Bitmap Resetter offloads eligible I/O workloads to zIIP processors.

This control statement is optional. If you do not specify this control statement, ZIIPMODE=NEVER is used.

Read syntax diagramSkip visual syntax diagram
              .-NEVER-.   
>>-ZIIPMODE=--+-COND--+----------------------------------------><

COND
Offloads VSAM I/O workloads to zIIP processors. COND is effective only when available zIIP processors are found. Otherwise, the job is run on the main CPs.

To apply ZIIPMODE=COND, the SGLXLOAD library of IMS™ Tools Base must be specified to the STEPLIB.

NEVER
Does not offload any workload to zIIP processors. NEVER is the default to avoid unexpected performance degradation.
End of change