ICP364I CHPID xx IN CSS w CONNECTS TO CHPID yy IN CSS z BUT CHPID yy IN CSS z [HAS NOT BEEN DEFINED | IS NOT TYPE=nnn | IS NOT AN INTERNALLY CONNECTED TYPE=nnn CHPID]

Explanation

You specified channel path yy in CSS z in the CPATH parameter on the CHPID statement for channel path xx in CSS w. See the following explanations:
  • HAS NOT BEEN DEFINED - channel path yy in CSS z must be defined in the I/O configuration and have the same channel path type as channel path xx in CSS w
  • IS NOT TYPE=nnn - channel path yy in CSS z does not have the same channel path type as channel path xx in CSS w (that is, ICP, CIB, CL5, CL6, or CS5)
  • IS NOT AN INTERNALLY CONNECTED TYPE=nnn CHPID - channel path xx in CSS w specifies a CSYSTEM keyword value (CHPID statement) that matches the LSYSTEM keyword value (ID statement) for the I/O configuration. Therefore, channel path xx is defined for an internal coupling connection. However, the connecting channel path yy in CSS z has a different CSYSTEM keyword value. Both CSYSTEM keyword values must match the LSYSTEM keyword value to establish an internal coupling connection.

System action

IOCP does not complete the generation of an IOCDS and does not produce configuration reports.

Programmer response

Ensure that the following statements are true:
  • Channel path yy in CSS z is defined
  • Channel path yy in CSS z has the same channel path type as channel path xx in CSS w
  • For internally connected CIB, CL5, CL6, and CS5 channel paths, channel path yy in CSS z must specify the same CSYSTEM keyword value as channel path xx in CSS w that matches the LSYSTEM keyword value. If the coupling connection is not internal to the CPC, change the CSYSTEM keyword value for channel path xx in CSS w to match the name of the target CPC for channel path yy in CSS z.