[COLOR=rgba(0, 0, 0, 0.87)]
If you compile your program by specifying COMMIT *CHG all files that[/COLOR]
[COLOR=rgba(0, 0, 0, 0.87)]
are changed by SQL UPDATE, INSERT or DELETE statements must be[/COLOR]
[COLOR=rgba(0, 0, 0, 0.87)]
journaled.[/COLOR]
[COLOR=rgba(0, 0, 0, 0.87)]
If you have to manipulate data with SQL, but don't want or can[/COLOR]
[COLOR=rgba(0, 0, 0, 0.87)]
register the file in the journal, you can add WITH NC to the UPDATE,[/COLOR]
[COLOR=rgba(0, 0, 0, 0.87)]
INSERT or DELETE statement. If a ROLLBACK is performed these[/COLOR]
[COLOR=rgba(0, 0, 0, 0.87)]
statements are not rolled back.[/COLOR]
Bookmarks