The first IVP job to run is an assemble and link job for
one of the sample exits. You can use this exit to examine and modify
a before or after image before it is applied to the VSAM data set.
Run the DWWASMLI job from your customized SDWWCNTL.OUT data set. If you have not performed
customization, copy member DWWASMLI from the SDWWCNTL data set and modify settings for the HLQ
and MACLIB variables. The following example shows the first part of the JCL used to submit the
job:Figure 1. DWWASMLI
//CICSRS3 JOB (999,POK),'CICS VR 6.3',CLASS=A,MSGLEVEL=(1,1),
// MSGCLASS=T,NOTIFY=&SYSUID,REGION=0M
//SETPARM SET HLQ=DWW.V630
// SET MACLIB=SYS1.MACLIB
//REXXCRE EXEC PGM=IEBGENER,REGION=4M
...
When the job has run successfully, the exit load module DWWPREEX is link edited to library
DWW.V630.DWWEXLD as shown here:Figure 2. Binder operation summary
SAVE OPERATION SUMMARY:
MEMBER NAME DWWPREEX
LOAD LIBRARY DWW.V630.DWWEXLD
PROGRAM TYPE LOAD MODULE
VOLUME SERIAL TSTO21
MAX BLOCK 32760
DISPOSITION REPLACED
TIME OF SAVE 03.33.34 MAY 23, 2012