Search found 7 matches

by shawn.k
Tue Aug 30, 2011 8:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error loading Timestamp to DB2 from Oracle DB
Replies: 2
Views: 2413

Re: Error loading Timestamp to DB2 from Oracle DB

I never worked with DB2 before so I am not sure whether you are trying to store Timestamp(26) into Date (10 bytes). I might be wrong too, but if you are doing this than use Timestamp to date function. Let me know if this helped.
by shawn.k
Tue Aug 30, 2011 8:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dealing with huge data
Replies: 3
Views: 3259

Re: Dealing with huge data

You should be fine doing this join in DS. I suggest you to use correct partitioning and sort data if possible in DB before it gets to DS. Test your job with less data and see how it works before running it against full set.
by shawn.k
Wed Mar 23, 2011 7:44 pm
Forum: General
Topic: Passing Date Param from Job to ODBC User-Defined SQL Delete
Replies: 5
Views: 3398

Re: Passing Date Param from Job to ODBC User-Defined SQL Del

AND B.FULL_DATE >= "#Start_Date#")
Try putting double quotes around the parameter.
by shawn.k
Wed Mar 23, 2011 7:16 pm
Forum: General
Topic: Passing Date Param from Job to ODBC User-Defined SQL Delete
Replies: 5
Views: 3398

Re: Passing Date Param from Job to ODBC User-Defined SQL Del

AND B.FULL_DATE >= "#Start_Date#")
Try putting double quotes around the parameter.
by shawn.k
Sun Jan 16, 2011 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: putRecord() called on output port 1 multiple times
Replies: 3
Views: 2372

Hi Tanay,

If you have a solution for this please let me know, I'm also having same problem.

Thanks in advance.

Shawn
by shawn.k
Sun Jan 16, 2011 12:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Design suggestion
Replies: 2
Views: 2213

I would suggest you to look at Duke's Xml Best Practices document.
by shawn.k
Sun Jan 16, 2011 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in designing Sparse Lookup Job
Replies: 1
Views: 2135

Need help in designing Sparse Lookup Job

Hi All, I need your help in making a design decision. My requirement is to first query SQL Server and get ID & Code. Use this ID to do a lookup on Sybase table to get other information. Problem here is Sybase table is huge (about 300,000 records) and it's except to grow rapidly in couple of year...