Log Analyzer "DB2 Commands Activity" report does not identify and report "FREE PACKAGE" command.
CMDREPT = (OPTS(YES) does not work, it only reports console DB2 commands, for example -DISPLAY command.
Release : 20.0
Component : CA Log Analyzer for DB2 for z/OS
The command report obviously does not display all DB2 commands, it is focused on particular record that contains a string of DB2 command which was issued.
If you would be interested in particular command like FREE PACKAGE you can use a DML DETAIL report with CATALOG INCLUDE. Then filter on DELETE statements together with a filter on the SYSIBM.SYSPACKAGE table. Specifying such a table filter in panels you allows you to set a data filter as well and with the data filter you could pick columns that you are interested in.