Search found 24 matches

by battleboy1
Wed Dec 21, 2005 6:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: outer join two tables in seperate databases
Replies: 10
Views: 5055

HOW TO DO LEFT OR RIGHT JOIN?
by battleboy1
Wed Dec 21, 2005 5:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: setting environment variable from a file or table
Replies: 7
Views: 2000

and what should be the value field in DS administrator for the environment variable be? i mean it should be blank or $ENV?
by battleboy1
Wed Dec 21, 2005 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: setting environment variable from a file or table
Replies: 7
Views: 2000

i am sorry. actually i was asking how to execute the batch file in the same shell. can you please explain it to me. thanks
by battleboy1
Wed Dec 21, 2005 5:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: outer join two tables in seperate databases
Replies: 10
Views: 5055

i read that transformer performs equii join. and even in the job it is performing equii join. is anything that i can specify to make it a left or right or full outer or inner depending on what the result should be?
by battleboy1
Wed Dec 21, 2005 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: outer join two tables in seperate databases
Replies: 10
Views: 5055

outer join two tables in seperate databases

Hi, i have two tables, primary in oracle and reference table in SQL server. i want to perform outer(left or right or full) on these tables in server jobs. can anyone explain how to do this. i cannot move any of the tables into other schema or database. and can i specify anything in the transformer w...
by battleboy1
Wed Dec 21, 2005 11:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: setting environment variable from a file or table
Replies: 7
Views: 2000

"What you can do is have DataStage write a BAT file that sets the environment variable based on the received value. Then, in the shell that invoked DataStage, you can execute that BAT file. "


can you explain how to do this.? i have no clue how that can be done.
by battleboy1
Tue Dec 20, 2005 6:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: setting environment variable from a file or table
Replies: 7
Views: 2000

setting environment variable from a file or table

hi,

i need to set environment variable from a file or table ( preferred) either outside or inside datastage. the OS is windows. i have tried searching the forum but couldnt find a solution. if the topic is posted please direct to the link or please let me know the solution.

thanks in advance.
by battleboy1
Fri Nov 25, 2005 6:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to do change capture in server jobs?
Replies: 3
Views: 915

i was asking about implementing slowly changing dimensions ?

someone please let me know how to proceed with the job design. this is really urgent for me as i have to start from here without which i cannot proceed.

thanks in advance
by battleboy1
Fri Nov 25, 2005 5:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to do change capture in server jobs?
Replies: 3
Views: 915

how to do change capture in server jobs?

could some one help me with the job design in sever edition where i want to capture changes in database. for example the source master has columns c#(pk), cname, address. c1 , abc , usa c2 , xyz , uk and the target dimension should look like c#, cname, address, start_date, end_date, current_flag. c1...