Skip to content

Commit 32ed3cc

Browse files
committed
change to db13
1 parent 97b343b commit 32ed3cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ A JAR file is created inside the `cics-java-osgi-jdbc-app/target` directory and
117117
To 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
140140
OSGI_BUNDLES=&DB2_PATH;/jdbc/classes/db2jcc4.jar,\
141141
&DB2_PATH;/jdbc/classes/db2jcc_license_cisuz.jar
142142
LIBPATH_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
146146
As an example, see the provided [JVM profile template](etc/jvmprofiles/DFHOSGI.jvmprofile). If necessary, restart the JVM server.
147147

etc/jvmprofiles/DFHOSGI.jvmprofile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3232
OSGI_BUNDLES=&DB2_PATH;/jdbc/classes/db2jcc4.jar,\
3333
&DB2_PATH;/jdbc/classes/db2jcc_license_cisuz.jar
3434
LIBPATH_SUFFIX=&DB2_PATH;/jdbc/lib

0 commit comments

Comments
 (0)