Can IBM Tivoli Workload Scheduler be set up to read JCL stored in Panvalet PANLIBs?
Release : 14.6
The EQQUX002 user exit for Tivoli Workload Scheduler (TWS) needs to be linked with the V14.6 PAM module
//PANLMOD DD DISP=SHR,DSN=your.panv146.CBA3LINK
//SYSLIN DD *
INCLUDE PANLMOD(PAM)
INCLUDE SYSLMOD(EQQUX002)
ENTRY EQQUX002
NAME EQQUX002(R)
/*
For more information regarding the installation of the exit, refer to the IBM doc - Job-library-read exit (EQQUX002)
The job-library-read exit (EQQUX002) is called when Tivoli Workload Scheduler for z/OS is about to retrieve a batch job that does not exist in the EQQJSnDS data set.