hello sir,
if for example server a and server b,
server a is cataloged in server b in that case can we use this
declare c1 cursor database dbname user username password pwd
select * from tabname
load from c1 of cursor insert into tabname nonrecoverable.
Coz doc says this.
Ease of use
There is no need to enable federation, define a remote datasource, or declare a nickname. Specifying the DATABASE option (and the USER and USING options if necessary) is all that is required. While this method can be used with cataloged databases, the use of nicknames provides a robust facility for fetching from various data sources which cannot simply be cataloged. To support this remotefetch functionality, the load utility makes use of infrastructure which supports the SOURCEUSEREXIT facility. The load utility spawns a process which executes as an application to manage the connection to the source database and perform the fetch. This application is associated with its own transaction and is not associated with the transaction under which the load utility is running.
regds
Paul