Making the Batch VSAM ECCR Available to Batch Jobs
Making the Batch VSAM ECCR Available to Batch Jobs
To make the batch VSAM ECCR available to batch jobs, make the following updates to the batch job JCL:
Add the PowerExchange LOAD library to the STEPLIB concatenation in every step of any batch jobs that update VSAM data sets registered for capture. Alternatively, you can add the LOAD library to the JOBLIB DD of the batch job.
Add the EDMPARMS DD statement in every step of any batch jobs that update VSAM data sets registered for capture. The EDMPARMS DD statement references the PowerExchange USERLIB library that contains the EDMSDIR module options. For example:
//EDMPARMS DD DISP=SHR,DSN=
hlq
.
logger_name
.USERLIB
If the EDMSDIR module is included in the LOAD library or if the USERLIB library is include in the JOBLIB or STEPLIB concatenation, you do not need to add the EDMPARMS DD statement.