Hi
How to insert by select between two subsystems.
insert into dbxx.table1 --> sub system dbxa, TSO1
select * from dbyy.table1 --> sub system dbya, TSO2
ofcouse the above will not work, as both of them belong to different system.
Please advise, whether we can do like this or not.
This is just to avoid unload and load.
Advise on any chance to do using insert and select