In CA 1 rel 14.0, when displaying the VPM (volume pool monitor) product variable list it shows rel 12.6.
CTS_Tape_System CA 1 Tape Management 12.6
How can I correct this?
This job will need to be run to set the release information correctly:
//STEP1 EXEC PGM=CTSVDBU,PARM=CADIAG
//CA$FVDB DD DSN=xxxxxxxx.TMC.V,DISP=SHR <== change to your VDB
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//CADIAG DD *
OPEN ACC=UPDATE DDN=CA$FVDB
PUT 'CTS_Tape_System' TYPE=@VAR DATA='CA 1 Tape Management 14.0'
CLOSE
END
Be sure to use as coded and have both upper and lower case letters on the PUT statement.