SYSVIEW LOGGER File (LOGR) DELETE method.
search cancel

SYSVIEW LOGGER File (LOGR) DELETE method.

book

Article ID: 221653

calendar_today

Updated On:

Products

SYSVIEW Performance Management

Issue/Introduction

How to DELETE the LOGGER File (LOGR) in SYSVIEW

Environment

OS : z/OS

Resolution

The LOGGER File is deleted by specifying DELETE in the JCL of IXCMIAPU used during DEFINE.

<Reference Example>
//AUDTDEL  EXEC  PGM=IXCMIAPU,REGION=0M      
//SYSPRINT DD SYSOUT=*                       
//SYSIN    DD *                              
    DATA TYPE(LOGR) REPORT(NO)               
    DELETE LOGSTREAM                         
              NAME(GSVX.AUDIT.ADTT.xxxx)