Search found 42189 matches

by chulett
Fri Mar 05, 2010 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stopping the job - Diffce ?
Replies: 4
Views: 1842

Make sure you spend some time researching what the various kill "signals" mean, specifically how "-9" differs from say a plain "kill" or a "kill -15".
by chulett
Fri Mar 05, 2010 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage server 7.5.1.A on Windows 2003 R1 SP2
Replies: 4
Views: 2482

True but the assumption that can be made is that since you would still meet the minimum, you should be OK. If you're specifically worried if there are any issues introduced by adding SP2 (much like what happened with our old friend XP) then I think you'll have to ask IBM that and see if they are awa...
by chulett
Fri Mar 05, 2010 8:59 am
Forum: General
Topic: how to create a lookup link in datastage
Replies: 6
Views: 10739

You've marked your job type as Parallel hence all the grief about how lookups work. If you are actually working with a Server job (as you need to be for this example) then you should be ok. Since I assume you've already created DSLink3 at this point as a solid lined stream link, when you create the ...
by chulett
Fri Mar 05, 2010 12:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NVARCHAR issue while updating Data in Oracle
Replies: 4
Views: 7870

Done via length semantics but not something I find DBA peoples are willing to change. Typically.
by chulett
Fri Mar 05, 2010 12:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 8.1 upgrade - changes in dsjob command
Replies: 12
Views: 13496

Double-quote madness, Ray. :wink:
by chulett
Thu Mar 04, 2010 10:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trimming all VarChar Fields
Replies: 6
Views: 2249

Just to clarify, a 'conventional load' is still sqlldr, just with DIRECT=FALSE. It would still apply there. I meant it wouldn't apply to conventional sql, plain old DML done outside of sqlldr.
by chulett
Thu Mar 04, 2010 9:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trimming all VarChar Fields
Replies: 6
Views: 2249

I have to trim trailing, leading spaces of all varchar fields. I am wondering if this can be acheived without changing the existing jobs. Trailing and leading? No, adding leading to the equation eliminates the possibility of any kind of automatic trimming. Double-checked and that "PRESERVE BLA...
by chulett
Thu Mar 04, 2010 9:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Utilise as DPID not supported on HP unix
Replies: 2
Views: 1274

Never heard of it but found this poking around. Curious what this has to do with DataStage. :?
by chulett
Thu Mar 04, 2010 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trimming all VarChar Fields
Replies: 6
Views: 2249

You need to trim them where / why / of what? I think that APT variable may only apply to sqlldr operations but not positive. :?
by chulett
Thu Mar 04, 2010 8:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Spanish Ñ from iSeries to Oracle
Replies: 12
Views: 6335

What is the characterset of your target Oracle database?
by chulett
Thu Mar 04, 2010 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid timestamp value
Replies: 14
Views: 9082

Best to get that checked out, either by a DB2 DBA / support or DataStage support. Or both... one stop shopping. :wink:
by chulett
Thu Mar 04, 2010 8:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract data from a Database Field
Replies: 17
Views: 6025

Ah... missed that little nuance. Still, bracketing your search string with the internal delimiters can be a handy little trick for stopping substring matches. Generally. :wink:
by chulett
Thu Mar 04, 2010 5:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can XMETA be on Oracle 11i?
Replies: 4
Views: 2052

Two problems - I don't believe 11i is supported for that and that process is complicated and not documented. You may be able to get something from your support provider, however, scripts or manual steps or something but you may be better off uninstalling and reinstalling everything. Assuming 11i 'wo...
by chulett
Thu Mar 04, 2010 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract data from a Database Field
Replies: 17
Views: 6025

Not really separate handling needed, just stick a ';' on the front of the string before searching.
by chulett
Thu Mar 04, 2010 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Problem
Replies: 8
Views: 6775

So, are you trying to do what Ernie laid out here? If so, did you point the XML Input stage to the column coming in from the ES stage and set it to the 'URL/Filepath' option?