When SSMAUDIT is set to YES for the SSM audit records, I notice that when the RESACT_COUNT value is changed, an audit record indicating the change is not displayed. How do you to get audit records to appear for fields which are not currently covered by the SSMAUDIT YES parameter?
OPS/MVS-Event Management & Automation-for JES2
The value of RESACT_COUNT does not show up in the OPS7914T message because it is not character data. You will need to create an SSM global exit event for 'UPDATE' and do the Datatype conversion to write the value to the OPSLOG for audit purposes.
Steps to make the change: