The Sysview PARMLIB member SVWXPTFL has a sample definition related to SYSVIEW CSI, loadlib, and XML lib information. How to add the same information related to other products that support this feature?
Release : 16.0, 17.0
Component: SYSV - SYSVIEW
Below are the members for the above example:
SVWXPTFL
BROWSE PROD.SVW.R170.SITE.CNM4BPRM(SVWXPTFL) - Line 0000000026 Col 001 080
*=======================================================================
DEFINE
PRODUCT '&G$PNAME'
DESCRIPTION '&G$XNAME &G$ReleaseVVRMM'
FMID &G$FMID
CSI &SYSTEM_CSI
XMLLIB &SYSTEM_XMLLIB
LOADLIB &SYSTEM_LOADLIB
MEMBERS &VLMC
ENDDEFINE
)INCLUDE PTFLOPS /* OPSMVS 14.0 */
)EOF /* Logical End of File */
*=======================================================================
PTFLOPS
*=======================================================================
DEFINE
PRODUCT 'OPSMVS '
DESCRIPTION 'OPSMVS r.14.0'
FMID CCLXD50
CSI SMPE.OPS.R140.CSI
XMLLIB SMPE.OPS.R140.CCLXXML
LOADLIB PROD.OPS.R140.CCLXLOAD
MEMBERS PTFLOPS
ENDDEFINE
)EOF /* Logical End of File */
*=======================================================================
As a result, the PTFLIST command will show the following:
Using subcmd as CSI or MOD in front of the product entry sysview will show CSIQUERY and MODIDS screens respectively. Below is complete subcmd lists with descriptions
Subcmd Description
=============================================================
CSI View CSI information
FEATures View features in the CSI
FMIDs View FMIDs in the CSI
MODids Product module analysis - details
ORDers View receive orders for the CSI
PRODucts View products in the CSI
ROWdisp Display data row vertically
Select Product PTF analysis - details
SUmmary Product PTF analysis - risk summary
=============================================================