Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Joining across Databases in AIX 1

Status
Not open for further replies.

dja1

Programmer
Joined
Apr 24, 2002
Messages
65
Location
GB
I have two separate databases contained in the same Instance, (DB2 running under AIX).

I use SQL emdedded in COBOL programs.

Can I use SQL statements that join tables in both databases. If so, how do I "connect" them?
 
Hi,

Acording to my knowleage it is only posible with federated database aproach.

Hope this helps.
Grofaty
 
Grofaty

Thanks very much for you reply
 
Dave,

look up 3 part names.

location.creator.name

Try the following


db2/os390/techdocs/os23.pdf

Never done it on AIX but it works fine on mainframe. I'll try and dig out an example.

Cheers
Greg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top