I am new to DB2
and I'm working with an IBM i series
system. I have an object with a special column "X
". I want to store data for X
in another object whenever some criteria satisfied and I can get data from the original object for both special records(which data have been stored in another object) and normal data (which values stored in the original object).
How can I link this column to another object? can DB2 data link
: data-link help me in this situation? if yes, how can I implement that? I can't find a complete tutorial on how to do this.
I will appreciate any help.