You should be updating the physical files.
Phil
====================================================
As of V5R4, the topic you need to review is INSTEAD OF SQL triggers. Quote from the topic: “An INSTEAD OF trigger allows a view, which is not inherently insertable, updatable, or deletable, to be inserted into, updated, or deleted from.”
Naturally, if the trigger function has not yet been defined, you won’t be able to perform the UPDATEs against the VIEW with DFU, SQL nor anything else.
Tom
Discuss This Question: 6  Replies
I wouldn't expect any updates on DFU.
As a programmer, I am most likely to view data using interactive SQL.