How can I activate a new version/release of CA InterTest Batch and CA InterTest for CICS?
Release:
Component: INTBAT
If the CA InterTest users would like to use the new version of CA InterTest, you have to terminate release 10.0 (VHA0) by running CAS9/CAIRIM using:
...
PRODUCT(CA SYMDUMP/INTERTEST) VERSION(VHA0) INIT(CAVHTERM)
...
and then you have to activate the new version (VHB0) by running CAS9/CAIRIM again with:
...
PRODUCT(CA INTERTEST/SYMDUMP) VERSION(VHB0) INIT(CAVHINIT) PARM(220)
...
as described here:
Intertest and Symdump 11.0 Configure your product without CSM
...
See description of the PARM member too, please.
You can display the status and some valuable information by running the following job step on the affected LPAR(s):
...
//LPAQ EXEC PGM=CAVHLPAQ,REGION=256K
//SYSPRINT DD SYSOUT=*
...
In addition, for CA InterTest for CICS, you have to stop the CICS regions and restart CICS regions using the new CA InterTest 11.0 libraries and you also have to use the new 11.0 CSD. See chapter "Add the Required CICS Resource Definitions", as well as further information on this page:
...
Configure your product without CSM - Interfaces and Compatibility
...
please.