Apparently CURRENT USER (or SESSION USER) does not apply to IBM mainframe DB2???
If I update a field using CURRENT USER, or CURRENT_USER, or SESSION_USER, or (CURRENT USER), it gives an error
UPDATE [tablename]
SET [tablename].[fieldname] = CURRENT USER
I get error:
syntax error (missing operator) in query expression 'CURRENT USER'