The DWWASMLI job

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.

Copy member DWWASMLI from the SDWWCNTL data set. To run the job only modify the SETPARM statement. The HLQ variable used is DWW.V510. The example below shows the first part of the JCL used to submit the job:
Figure 1. DWWASMLI
//CICSRS3 JOB (999,POK),'CICS VR 5.1',CLASS=A,MSGLEVEL=(1,1),
// MSGCLASS=T,NOTIFY=&SYSUID,REGION=0M
//SETPARM SET HLQ=DWW.V510
//REXXCRE EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD *
//
When the jobrun successfully, the exit load module DWWPREEX is link edited to library DWW.V510.DWWEXLD as shown below:
Figure 2. Binder operation summary
SAVE OPERATION SUMMARY:
MEMBER NAME                 DWWPREEX
LOAD LIBRARY                DWW.V510.DWWEXLD
PROGRAM TYPE                LOAD MODULE
VOLUME SERIAL               TSTO21
MAX BLOCK                   32760
DISPOSITION                 REPLACED
TIME OF SAVE                03.33.34 MAY 23, 2012

Concept Concept

Feedback


Timestamp icon Last updated: Friday, 29 November 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic///dwwig/dwwigDWWASMLI.html