Page 1 of 1

submit query in two different subsystems

PostPosted: Tue Dec 30, 2008 2:45 pm
by manojlives
HI i need to submit query in two different subsystems using IKJEFT01.
is it possible?


for eg:
select * from db2e.----------;

select * from db2c.----------;

Re: submit query in two different subsystems

PostPosted: Thu Jan 01, 2009 11:21 am
by dick scherrer
Hello,

This falls into the realm of DRDA ( distributed relational database access ).

One way to access data in a different subsystem by using remote aliases.

Info in the DB2 iInstallaton Guide may be useful.