Skip to content

Commit 72cc251

Browse files
0006344: Updated user guide to explain how to capture old data for updates when using DB2 for IBM i journaling
1 parent f6d51e6 commit 72cc251

File tree

1 file changed

+8
-0
lines changed
  • symmetric-assemble/src/asciidoc/appendix

1 file changed

+8
-0
lines changed

symmetric-assemble/src/asciidoc/appendix/db2.ad

+8
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,14 @@ Also the journal must be setup to for BOTH before and after image data if you ol
160160

161161
endif::pro[]
162162

163+
==== Capturing Old Data
164+
165+
In order for SymmetricDS to capture old data for updates, the `IMAGES(*BOTH)` journaling attribute must be specified. One way to specify this attribute is by running the following command:
166+
167+
----
168+
CHGJRNOBJ OBJ((sym/SYM_C00001 *FILE)) ATR(*IMAGES) IMAGES(*BOTH)
169+
----
170+
163171

164172

165173
=== DB2 for IBM z/OS

0 commit comments

Comments
 (0)