Report to get the number of TSS RACROUTE calls.
search cancel

Report to get the number of TSS RACROUTE calls.

book

Article ID: 258560

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

This article documents how to get the number of all TSS RACROUTE calls in a system within a given time period.

 

 

Environment

Release : 16.0

Resolution

The STATG and STATGINT control options can be used to start or stop statistics gathering for Top Secret.

Statistics gathering collects system statistics and creates SMF records for a given time frame (measured in minutes through the STATGINT control option)

Once STATG is ON to activate the statistics gathering the TSSRPTSG program can be used to report on the collected statistics.

The TSSRPTSG with FUNCTION(RACROUTE) will generate a report with the SAF RACROUTE request statistics.

The SDATE/EDATE and STIME/ETIME parameters can be used to select the time period.

 

The following job is a sample to generate a report with the SAF RACROUTE request statistics between the 1st day of 2023 and the 2nd day of 2023.



//TSSRPTSG JOB 1,'STATS RPT',MSGCLASS=A
//REPORT EXEC PGM=TSSRPTSG
//RECMAN1 DD DSN=IFASMF.XE15.SMFLOG,DISP=SHR,
//SUBSYS=(LOGR,IFASEXIT)
//SYSPRINT DD  SYSOUT=*
//SYSUDUMP DD  SYSOUT=*
//SYSIN    DD  *
FUNCTION(RACROUTE)
SDATE(123001)
EDATE(123002)
//

Additional Information

There is information about STATG and STATGINT at the following link:

 

STATG—Start or Stop Statistics Gathering

 

There is information about the TSSRPTSG at the following link:

 

TSSRPTSG Statistics Report