SYSVIEW report job abend s0c4 XPFRPHS2+B2AE
search cancel

SYSVIEW report job abend s0c4 XPFRPHS2+B2AE

book

Article ID: 223862

calendar_today

Updated On:

Products

SYSVIEW Performance Management

Issue/Introduction

We have a daily job to generate performance report of some CICS region transactions by using dump SMF GDG as input by using SYSVIEW XPFRMAIN.

This week the job got abend with SOC4 a couple of times.

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   

 

Environment

SYSVIEW 15.0

Cause

The S0C4 abend encountered with Report Writer appears to be related to the amount of data that is being processed and the number of buckets that are required to produce the report.

Resolution

The following parameters can be used to produce a report which should be similar to what this particular customer was previously generating.   The parameters are as follows:
 
TAB TIME TRANID,                     
     TRAN USE           AND,         
     TRAN LIFE          AND,         
     TRAN LIFE TOTAL    AND,         
     TRAN CPUTIME       AND,         
     TRAN CPUTIME TOTAL AND,         
     TRAN ABENDS                     
EACH HOUR                            
END                                  
RUN