How to avoid VPUT/VSET run at application generation phase on CA Workload Automation ESP Edition?
book
Article ID: 189328
calendar_today
Updated On:
Products
ESP Workload Automation
Issue/Introduction
VPUT is used at JOB level, however it runs before the application is built:
JOB A
VPUT (FILE) TABLE(TEST) CLANG
....
ENDJOB
Environment
Release : 11.4 and above
Component : CA ESP WORKLOAD AUTOMATION
Resolution
Suggest add IF logic like below:
JOB A
IF ESP_APPL_PROC = 1 THEN DO
VPUT (FILE) TABLE(TEST) CLANG
ENDDO
....
ENDJOB
Feedback
thumb_up
Yes
thumb_down
No