ESP Auditlog as a standard name on CA WA ESP Edition
search cancel

ESP Auditlog as a standard name on CA WA ESP Edition

book

Article ID: 217935

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

We are attempting to load ESP auditlog data to a third party software The auditlog DD name changes every time ESP is recycled.  For example, it is currently SYS00185.  after the next recycle it will by SYS#####.  Is there a way we can change the DD name of the auditlog to a standard name that will always be the same? 

Environment

Release : 11.4 and above

Component : CA ESP WORKLOAD AUTOMATION

Resolution

Yes. and here is how to do it:

- Remove or comment out following in ESPPARM:
AUDITLOG ....
- Add below in ESP STC PROC;
//AUDITLOG  DD SYSOUT=X

Then the ESP auditlog will show as AUDITLOG in its STC output:
JobName  JobId   
X120M    STC54043
-----------------
Cmd      DDname  
________ JESMSGLG
________ JESJCL  
________ JESYSMSG
________ AUDITLOG
________ MAILLOG 

But the SPINLOG command won't work any more.