
Chapter 20. ODBA from DB2 stored procedures 391
// DD DISP=SHR,DSN=DB8P8.SDSNEXIT
// DD DISP=SHR,DSN=DB8P8.SDSNLOAD
// DD DISP=SHR,DSN=CEE.SCEERUN
// DD DISP=SHR,DSN=IMSPSA.IM0B.SDFSRESL
//DFSRESLB DD DISP=SHR,DSN=IMSPSA.IM0B.SDFSRESL
//CEEDUMP DD SYSOUT=*
//SYSMDUMP DD SYSOUT=*
We add the following DD statements to the JCL:
To the STEPLIB DD statement, add the library where the DRA startup table resides, in our
case, the SDFSRESL.
The WLM-established DB2 stored procedure address space needs a DFSRESLB DD
statements that includes the DRA startup table and DRA modules DFSCDLI0,
DFSAERM0, DFSAERA0, and DFSAERG0 in order to establish an ...