S0C4 abend running a SYSVIEW report job
search cancel

S0C4 abend running a SYSVIEW report job

book

Article ID: 231955

calendar_today

Updated On:

Products

SYSVIEW Performance Management

Issue/Introduction

SYSVIEW report job failed with SOC4 abend, so what are the correct parameters?

The old sysview parameters are the following: 

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 & 16.0 - z/OS supported releases - 

 

Resolution

Here are the correct parameters to get rid of the S0C4 abend:
 
OPTION(RECSTAT=NO,MAXTO=NO,COPYRIGHT=NO,SUMMARY=NO)                  
OPTION(DATEFRMT=DD/MM/YY,JOBZONE=1EAST)                              
SELECT JOBNAME(ZCICPAO1)                                             
SELECT TRANID(ZBAB,ZBAC,ZBAN,ZBAO,ZBAP,ZB05,ZB12,ZB18,ZC11,ZC20,ZC21,
       ZC45,ZD10,ZG01,ZS08,ZS15,ZS17,ZS36,ZV02,ZV09,ZV29,ZV35,ZW03,  
       ZW04,ZW38)                                                    
TAB  TRANIDS  TRAN USE                                               
TAB2 TIME   TRAN USE           AND,                                  
            TRAN LIFE          AND,                                  
            TRAN CPUTIME       AND,                                  
            TRAN CPUTIME TOTAL AND,                                  
            TRAN ABENDS                                              
EACH HOUR                                                            
END                                                                  
RUN                                                                  
 
Once the parameters were updated correctly, the output was produced properly without abend.