I would like to code an AFTER READ trigger that updates some of the data in the record before passing it on to the calling program.
IBM documentation is not clear if ALWREPCHG(*YES) is valid with AFTER READ.
Is it? If not, how can I accomplish this?
IBM documentation is not clear if ALWREPCHG(*YES) is valid with AFTER READ.
Is it? If not, how can I accomplish this?
Comment