After upgrading Sysview Performance Management Option for Db2 for z/OS (IDB2) to Release 20.0 from 19.0, the IDB2 PC started task fails to start with the following messages:
DBG39049I 15:44:06 INITIALIZING CA SYSVIEW FOR DB2 20.0 MVS0010I AHI4PC02
18.060 AHI4PC02 IDB2PC ** R0032 ** IEF404I AHI4PC02 - ENDED - TIME=15.44.06 MVS0020I AHI4PC02
CL= ENDED AT 18.060 15:44:06 MAXRC=R0032
What does this indicate?
Component: IDB2 20.0
Parameter KEY8CSA= has been deprecated since Release 18.0 but the code was not removed until Release 20.0.
That is why it worked in Release 19.0 and not in Release 20.0.
The proc generated should be:
//IDB2PC PROC TIMER=NO,PRT='*'
//IDB2PC EXEC PGM=NSIGHTPC,REGION=2048K,TIME=1440,
// PARM='/STIMER=&TIMER,PCSSID=DBGI'