TSSUTIL S0C4 +2534 when using SMFIN DD for SMF datasets
search cancel

TSSUTIL S0C4 +2534 when using SMFIN DD for SMF datasets

book

Article ID: 204611

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP WEB ADMINISTRATOR FOR TOP SECRET

Issue/Introduction

TSSUTIL abends with a S0C4 at offset +2534 when using SMF datasets (SMFIN DD) as input.  Using the Top Secret Audit Tracking File AUDIT DD is another option which works but SMF datasets do not.

Environment

Release : 16.0

Component : CA Top Secret for z/OS

Resolution

Need 'DCB=BFTEK=A' on  the //SMFIN control card, for example try the following jcl:

//TSOTSS0E JOB
//STEP1 EXEC PGM=TSSUTIL
//UTILOUT DD SYSOUT=A,HOLD=YES
//SMFIN DD DISP=SHR,DSN=DLJ.CUMM.WEEKLY.SMF(0),DCB=BFTEK=A
//UTILIN DD *
REPORT EVENT(ALL) NOLEGEND ONETITLE