Getting below error while executing job xxxx0550.
OBI000I DB2 Subsystem = DSN Plan = IDB2OBI
OBI008E CAF Connect failed 12(0000000C)
OBI000I SYSIBM.SYSTABLES rows extracted = 0
OBI000I SYSIBM.SYSINDEXES rows extracted = 0
OBI000I SYSIBM.SYSTABLESPACE rows extracted = 0
OBI001E Program did not complete normally
Have verified bind for IDB2OBI is done successfully.
Release : 20.0
Component : CA SYSVIEW Performance Management Option for DB2 for z/OS
It is noted this is a JES3 system which may be the issue .
Amend the JES3 IDOBLOAD Step as below
//IDOBLOAD EXEC PGM=IDB2OBI,REGION=0M
//CEEOPTS DD *
ENVAR('_CEE_ENVFILE=DD:STDENV')
/*
//STDENV DD *
UPPER=NO PLAN=IDBOR200 SSID=DB2I
/*
....