Below is the current SYSVIEW parameters to generate CICS transaction reports from SMF.
EACH HOUR SUMMARIZE
TAB TRANIDS TRAN USE
TAB2 TIME TRAN USE AND,
TRAN LIFE AND,
TRAN CPUTIME AND,
TRAN CPUTIME TOTAL AND,
TRAN ABENDS
END
RUN
Few times, there are SOC4 abends.
Remove the word "SUMMARIZE" from EACH statement in the report.
The issue is about the memory management with the SUMMARIZE option.
The problem is in error handling in that there isn't any, hence S0C4 ABEND is seen when a bad address is given to an accumulation routine.
This is going to be addressed internally.