File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ A JAR file is created inside the `cics-java-osgi-jdbc-app/target` directory and
117117To allow your CICS region to connect to DB2, we need to add some configuration to the JCL.
118118
119119```
120- // SET DB2=V12 - DB2 Version
120+ // SET DB2=V13 - DB2 Version
121121...
122122<variables>
123123...
@@ -136,12 +136,12 @@ Configure the JVM profile of the OSGi JVM server to include the Db2 driver JARs
136136> Note: The name of your JVM profile is assumed to be 'DFHOSGI'
137137
138138```
139- DB2_PATH=/usr/lpp/db2v12
139+ DB2_PATH=/usr/lpp/db2v13
140140OSGI_BUNDLES=&DB2_PATH;/jdbc/classes/db2jcc4.jar,\
141141 &DB2_PATH;/jdbc/classes/db2jcc_license_cisuz.jar
142142LIBPATH_SUFFIX=&DB2_PATH;/jdbc/lib
143143```
144- > Note: This example is using db2v12 , this version must be consistent to the version set in your JCL.
144+ > Note: This example is using db2v13 , this version must be consistent to the version set in your JCL.
145145
146146As an example, see the provided [ JVM profile template] ( etc/jvmprofiles/DFHOSGI.jvmprofile ) . If necessary, restart the JVM server.
147147
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ WORK_DIR=.
2828_BPXK_DISABLE_SHLIB=YES
2929
3030# Db2 paths
31- DB2_PATH=/usr/lpp/db2v12
31+ DB2_PATH=/usr/lpp/db2v13
3232OSGI_BUNDLES=&DB2_PATH;/jdbc/classes/db2jcc4.jar,\
3333 &DB2_PATH;/jdbc/classes/db2jcc_license_cisuz.jar
3434LIBPATH_SUFFIX=&DB2_PATH;/jdbc/lib
You can’t perform that action at this time.
0 commit comments