There is a need to verify if compatibility PTF is applied into loadlib of SYSVIEW 16.0, Does SYSVIEW has any batch sample or any other options that allows to check it?
Below is a batch sample to list what is applied in CSI.
//SMP EXEC PGM=GIMSMP, .
// PARM='DATE=U',REGION=6M
//SMPCSI DD DISP=SHR,DSN=YOUR.SYSVIEW.CSI
//SMPCNTL DD DDNAME=SYSIN
//SMPHOLD DD DUMMY
//SYSPRINT DD SYSOUT=*
//SMPOUT DD SYSOUT=*
//SMPLIST DD DSN=OUTPUT.DSN,DISP=(,CATLG),UNIT=SYSDA,
// SPACE=(CYL,(15,15))
//SMPLOG DD DUMMY
//SMPRPT DD SYSOUT=*
//SMPWRK1 DD UNIT=SYSDA,SPACE=(CYL,(10,5,250))
//SYSUT1 DD UNIT=SYSDA,SPACE=(CYL,(5,1))
//SYSLIB DD DSN=SYS1.MACLIB,DISP=SHR
//PARMLIB DD DSN=SYS1.PARMLIB,DISP=SHR
//SYSIN DD *
SET BOUNDARY (CAIT0). /*Change zone accordingly */
LIST PTFS.
/*
******************************** Bottom of Data *****
SYSVIEW SRA feature allows to check if PTF is in loadlib, for SYSVIEW it requires minimum configuration because most of the info it takes form SYSVIEW instance. But for other products it needs definitions on SVWXPTFL parmlib
Another options is to use below command from TSO SHELL(option P.6), it will do a scan and show loadlib dsn if find LUxxxxx is applied in any loadlib from LINKLIST.
CAMODID SYSTEM PTF(LUxxxxx)
CAMODID SYSTEM PTF(LUxxxxxx). This applicable only for CA/Broadcom products.