Search found 1233 matches

by I_Server_Whale
Mon Jan 07, 2008 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup through a DB2 UDB stage fails
Replies: 9
Views: 3501

Unless you're getting NLS warnings, NLS is not the culprit. Does using a sparse lookup give the right results? If so you need to compile in trace mode, or insert a Peek stage, to see what's actually being loaded into the virtual Data Set when not in trace mode. No NLS related warnings. Sparse looku...
by I_Server_Whale
Mon Jan 07, 2008 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup through a DB2 UDB stage fails
Replies: 9
Views: 3501

Can you change the lookup to a sparse lookup, that way you will get SQL generated by DataStage. If that fails, then copy the SQL into your DB2 query tool and plug in some actual data values to see if the lookup fails there as well. Arnd, I believe there is no option as "Sparse" in the DB2...
by I_Server_Whale
Mon Jan 07, 2008 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup through a DB2 UDB stage fails
Replies: 9
Views: 3501

Thanks for the reply, Arnd. I'll try your suggestion and get back to you.

Whale.
by I_Server_Whale
Mon Jan 07, 2008 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup through a DB2 UDB stage fails
Replies: 9
Views: 3501

Lookup through a DB2 UDB stage fails

Hi All, My job is as follows: DB2 UDB stage | | | | CFF -------> Xfmr1 --------->Lkp Stage -------> Xfmr2 -------> DataSet The DB2 lookup table has two keys. I'm generating the keys on the primary link (output link of Xfmr1 or input link to the lookup stage) through which the lookup is done to the D...
by I_Server_Whale
Thu Nov 01, 2007 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Parallel Routine
Replies: 9
Views: 3719

I cannot share it because I'm not the owner of the document. Please contact 'Ron' at elder700@yahoo.com to request a copy. And please do not post duplicate messages and do not create a urgent situation as this site operates on a voluntary basis. That will only delay postings by 'premium posters'. Th...
by I_Server_Whale
Mon Oct 29, 2007 12:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Parallel Routine
Replies: 9
Views: 3719

I think it is on a per request basis. I'm still working on the windows version (7.5x2). Will post once I'm finished.
by I_Server_Whale
Mon Oct 22, 2007 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pivoting Data
Replies: 3
Views: 2159

Hi,

You cannot hijack a thread belonging to totally different topic. Please post your question by posting a new topic.

Thanks,
Whale.
by I_Server_Whale
Wed Oct 17, 2007 2:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Parallel Routine
Replies: 9
Views: 3719

Custom Parallel Routine

Hi all, I'm trying to build a custom parallel routine/function for re-usability. Is there any procedure or documentation that helps in understanding the steps to successfully build and use a parallel routine? I tried searching but couldn't find any post that basically outlines/describes the steps re...
by I_Server_Whale
Tue Oct 02, 2007 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL loader with Write method as Load in Oracle Enterprise.
Replies: 2
Views: 1242

Thank you, Ray. The theory is correct. There are 4 files for a 4 node config. file.
by I_Server_Whale
Tue Oct 02, 2007 11:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL loader with Write method as Load in Oracle Enterprise.
Replies: 2
Views: 1242

SQL loader with Write method as Load in Oracle Enterprise.

Hi All, If we are using 4 -way config file, and the job has a target Oracle Enterprise Stage which has the write method set to 'load' and write mode set to 'Append'. Will the SQL loader be initiated/called 4 times? Similarly, if we have a 8 -way config file, will the SQL loader be initiated/called 8...
by I_Server_Whale
Thu Sep 27, 2007 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do placeholders work with lookup stage?
Replies: 3
Views: 2077

Thank you for the reply, Ray. If I change the query in the lookup table stage (DB2 stage) to the following (Replace the incoming Seq. file fields with a question mark as below): SELECT cd2.cusrut_comp_customer_number, cd2.cap_seq_nr, cd2.cap_comp_nr, cad2.cap_seq_nr, cad2.cust_addr_fmt_cd, cu2.pers_...
by I_Server_Whale
Wed Sep 26, 2007 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do placeholders work with lookup stage?
Replies: 3
Views: 2077

How do placeholders work with lookup stage?

Hi All, I'm trying to understand how placeholders work with a lookup stage looking up a DB2 table. The job is as follows: DB2 UDB Stage | | | | Sequential File Stage -------------------------LookUp Stage---------------Sequential File Stage I want to run the following user defined query in the 'DB2 U...
by I_Server_Whale
Thu Sep 06, 2007 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to DB2 Date conversion
Replies: 3
Views: 3361

Many thanks, Ray! I will try that and get back.

Regards,

Whale.
by I_Server_Whale
Thu Sep 06, 2007 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to DB2 Date conversion
Replies: 3
Views: 3361

String to DB2 Date conversion

Hi all, I have a simple job design as follows: Sequential file Stage ----> Xfmr -----> DB2 table One of the mapping is: Sequential.FirstDate ---> DB2table.FirstDate Sequential.FirstDate is of Varchar(8) datatype and is of the format yyyymmdd (20050914). DB2table.FirstDate is of the Date datatype. Ho...
by I_Server_Whale
Wed Aug 22, 2007 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unbounded NUMBER Oracle datatype import warning
Replies: 4
Views: 2395

Contact support. They have a patch for it. I don't recall the case number.