SYSVIEW creating SMF records with future dates in SMF Standard Header instead of current date.
search cancel

SYSVIEW creating SMF records with future dates in SMF Standard Header instead of current date.

book

Article ID: 202206

calendar_today

Updated On:

Products

SYSVIEW Performance Management NXBRIDGE - SYSVIEW/ENDEVOR

Issue/Introduction

Just after midnight, we run an SMF EXTRACT, extracting 'YESTERDAY''s data. It was noticed that the extract job was mounting 7 input tapes instead of only the 1 it should have. After research, it was discovered that there were 19 DUMP datasets residing on 6 unique tape volumes that had various future dates in the Standard SMF Header, instead of the date that the record was created, or as defined 'moved to the SMF buffer'. All were SMF TYPE255 (Sysview) and Subtype27 (CICS transaction detail record). I located and ran the Utility to clean up the SMF Control DataSet (SCDS). An SMF LISTH command, and fed that output to PGM SMFIGADX, to generate DELETEX and ADDX control cards, cards were edited and submitted. SCDS is now clean. The question is how did SYSVIEW create SMF records with future dates. This only happened on one of our DEV machines, and our suspicion is that IBM's HOURGLASS product caused it.

Environment

Release : 15.0

Component : SYSVIEW

Cause

Hourglass intercepts SVC 11 (TIME macro).

SYSVIEW executes the TIME Macro when the SMF header is updated.

Other dates within a record have Store Clock, STCK, values which would be inline with the current date and time.

Resolution

In the past it appears customers have coded exclusions for SYSVIEW modules to avoid this type of problem.

The exclusion would be similar to GSV*

The following IBM documentation for Hourglass shows wildcarding using an asterisk at the end of the module name, i.e.
EXCLUDE PROG=DSPUR*
 which is one of their examples at URL 
 
https://www.ibm.com/support/knowledgecenter/en/SS9S7H_6.1.0/com.ibm.hourglass.doc_6.1/aggic78.html