Error Handlers
Error handling is a critical part of a modern database because the trigger program is attached to the file and if any of the validations fail you need to get that information back to the user.
DB2 Triggers
Sample modern data-centric app (savf)
This example contains several test programs used to test the modernized database. The test programs can be found in source file SRCIOS they can be modified to add records or update records. Remember that referential constraints are in place and validations are preformed in the trigger programs. You need to be ILE literate to understand and work on these programs. Don’t be afraid to contact us for assistance working with this sample
