How to change the ESP Auditlog name in ESP STC
search cancel

How to change the ESP Auditlog name in ESP STC

book

Article ID: 217935

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

The ESP auditlog DD name (SYS#####) changes every time ESP is recycled. Is there a way to change the DD name to a standard and constant name such as AUDITLOG?

 

Environment

Component: ESP WORKLOAD AUTOMATION 
Release:   12.0

Resolution

1. Comment out  statement AUDITLOG X in the ESP init member CYBESS03.

2. Add the following DD statement to the ESP started task job: 
    //AUDITLOG  DD SYSOUT=X

The ESP started task output will show: 
JobName  JobId   
ESPM       STC1000
----------------------------
Cmd          DDname  
________ JESMSGLG
________ JESJCL  
________ JESYSMSG
________ AUDITLOG
________ MAILLOG 

Caution: The SPINLOG command will no longer work if the auditlog DD name is changed to a constant name.   You will receive warning message 1025W Dynamic sysout auditlog not initialized