Make Db2 load modules available to TSO and batch users
To connect Db2 to TSO, you must first make Db2 load modules available to TSO and batch users. If prefix.SDSNEXIT and prefix.SDSNLOAD are included in your LNKLSTxx, you can skip this step.
Procedure
To make Db2 load modules available to TSO and batch users:
If you have not included prefix.SDSNEXIT
and prefix.SDSNLOAD in your LNKLSTxx,
add JOBLIB or STEPLIB statements to your logon procedures and JCL
to ensure that you access the Db2 12 load
modules. Include prefix.SDSNEXIT before prefix.SDSNLOAD
in your JOBLIB or STEPLIB concatenations.
What to do next
You can attach to multiple releases of Db2 with your existing TSO or CAF logon procedures without changing the load libraries for your applications. After you migrate completely to the latest level of Db2, you must update those procedures and jobs to point to the latest level of Db2 load libraries.