Setting SYSPLEX parameter in CCIPARMS for ACF2 CPF processing
search cancel

Setting SYSPLEX parameter in CCIPARMS for ACF2 CPF processing

book

Article ID: 393198

calendar_today

Updated On:

Products

ACF2 - z/OS

Issue/Introduction

Setting up CPF and CAICCI to use the SYSPLEX grouping parameter for lpars that are sharing ACF2 databases.
CCIPARMS included SYSID and SYSPLEX parameter but the grouping was not working.

 

Environment

ACF2/CPF 16.0 

Resolution

On review of the CCIPARMS dataset the following line was identified as the cause of the problem.  

SYSID(xxxx) SYSPLEX(aaaa)

SYSPLEX(aaaa) cannot be specified on the same line as SYSID(xxxx)

Change this to two separate lines 

SYSID(xxxx)
SYSPLEX(aaaa)

The CPF grouping of lpars sharing the ACF2 databases now processed correctly.