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?
Release : 11.4 and above
Component : CA ESP WORKLOAD AUTOMATION
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.