TSSOERPT S913 abend
search cancel

TSSOERPT S913 abend

book

Article ID: 372587

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

Top Secret TSSOERPT report utility abends with a S913 abend reading directly from the SMF dataset/man files.

Resolution

The S913 means the user is not authorized to access the SMF logstream.

Most users won't have access to the SMF logstream.

Copy the SMF 231 dataset to a dataset using IFASMFDL utility and use that dataset as input for the TSSOERPT.

Sample JCL:

//IFASMF11 JOB (001100000),'ISP.SISP*',NOTIFY=&SYSUID,                
//         REGION=0M,MSGCLASS=4,                
// USER=USERA                                                                                                          
//COPYLGST  EXEC  PGM=IFASMFDL                                        
//OUTDD1 DD DSN=SYSPROG.IFASMFD1.SYSA.D&LYYMMDD..T&HHMMSS,            
//          UNIT=RTAPE,DISP=(,CATLG,CATLG),LABEL=RETPD=7              
//SYSPRINT DD  SYSOUT=*                                                
//SYSIN    DD  *                                                      
LSNAME(IFASMF.SYSA.STREAM)                                            
OUTDD(OUTDD1,TYPE(231),START(0000),END(2359))                          
DATE(2024200,2024200)                                                  
SID(SYSA)