CA Workload Automation ESP Edition nocache option on events not working correctly.
search cancel

CA Workload Automation ESP Edition nocache option on events not working correctly.

book

Article ID: 9814

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

Using  CACHE option on INVOKE statement.



The nocache option was placed on several events and it appears they still cached information in some instances.

Environment

Release: ENCWLA00200-11.4-Workload Automation-Restart Option-EE
Component:

Resolution

With PCACHE set to ON. For every INVOKE it is going to default to CACHE. You would need to place NOCACHE on every INVOKE statement you do not want CACHED.

UNIX_JOB TESTCACH
INVOKE 'ESP.TEST.JOBLIB(UGSLSRTD)'
INVOKE 'ESP.TEST.OPSYMLIB(@SYMBOLS)'
USER %DISTJOB
EXITCODE 0 SUCCESS
RESOURCE ADD(1,DISTJOB)
RUN WEEKDAYS SUN
INVOKE 'ESP.PROD.OPSYMLIB(RST9)' NOCACHE
AGENT %RST9
ENDJOB