Informix stage in Datastage version 8

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Sridhar Sivakoti
Participant
Posts: 35
Joined: Tue Feb 13, 2007 5:30 am

Informix stage in Datastage version 8

Post by Sridhar Sivakoti »

Hi,

SELECT t1.col1, t2.col2
FROM db1@server1:table1 t1,
db2@server2:table2 t2
WHERE t1.comm_col = t2.comm_col;

This query can be used in Informix database to access tables in different servers, but can we use the same query in a single Inforrmix stage to join two tables in different informix servers?

Please let me know if any works on same.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

If it's valid syntax, sure you can run it from the stage.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply