Create A Generic Auditing Trigger With SQL
September 25, 2013 Hey, Mike
Note: The document accompanying this article is available for download here. I am writing a trigger receiver program using RPG with embedded SQL that will go through the before and after record images and create an audit record in an audit file for each field that was changed on an update operation. I am developing a “shell” trigger program that I’d like to be able to modify slightly, and use the shell as a basis to write these audit records for each file with a trigger on it. Instead of writing multiple (IF this field changed THEN DO…) for |