Why, when the RESACT_COUNT column value changes, I don't see audit records indicating the change?
search cancel

Why, when the RESACT_COUNT column value changes, I don't see audit records indicating the change?

book

Article ID: 35413

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

Question:

When SSMAUDIT is set to YES for the SSM audit records, 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?

Answer:

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:

  • Change SSMGLOBALEXITS to YES
  • Define the SSMGLOBALEXITTBL with the needed table name
  • Create the SSM GLOBAL EXIT TABLE
  • Add the needed columns
  • Create a OPS/REXX program to do the datatype conversion
  • Run a test to update the columns in the table
  • Run a SQL Select query against the added table columns to find the value of the column.

Additional Information:

For additional assistance in creating or editing the SSM GLOBAL EDIT table, see this documentation on our CA WIKI:

CA OPS/MVS® Event Management and Automation - 12.2
Using OPSVIEW OPSVIEW Control Option How to Use the System State Manager Control Option (Option 4.11)

LINK: https://docops.ca.com/pages/viewpage.action?pageId=133175237 

Environment

Release: PVLA2.00200-12.1-OPS/MVS-Event Management & Automation-for JES2
Component: