At this site, there are several unwanted MICS components - those no longer included in the site contract,
however the MICS LMP processing continues to list those products in the ESDMLD1 LOAD step SYSPRINT report.
How do we go about excluding MICS components from a new-install using sp.TAPELOAD.CNTL(ESDMLD1)?
It appears that the PSPOVER member only applies to a PSP REFRESH process and not a new MICS complex install/load process.
Release : 14.3
Component : CA MICS BASE SET
The PSPOVER member in 'tapeload.cntl' only applies to a PSP REFRESH process and not a new install.
However, in 'tapeload.cntl(PSPFULTT)' you can change TT=FULL to TT=PROD and specify a SR string to specify
what products you want to unload.
For example
TT=PROD
SR=(BAS CIC DB2 IMS)
The sysprint from the INSTALL1 step will indicate the products unloaded with this run:
CPUID 00013378 is licensed for:
ACT AST AUM BAS CAP CIC DB2 DEX IDM IMS LDE MQS PER PWR RMF SMF
TDM TSO VCA VCC VMC VMT WEB
The following products will be unloaded with this run:
#AS CIC DB2 IMS
The job ends with a CC=4 in the PARMCOPY step which just indicates that members for the products not included in the load are not copied.