How to verify the PTF maintenance level for the Database Management Solutions for Db2 for z/OS.
The best way to check for applied maintenance would be to either run a PTF list via native SMP/E:
The following is sample SMP/E PTF list JCL:
//SMPCSI DD DSN=db2tools.CSI,DISP=SHR
//SMPOUT DD SYSOUT=*
//SMPLOG DD SYSOUT=*
//SMPRPT DD SYSOUT=*
//SMPLIST DD SYSOUT=*
//SMPCNTL DD *
SET BOUNDARY ( your target zone ) .
LIST PTFS.
/*