Search found 42189 matches

by chulett
Tue Jul 21, 2015 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with Logic on Rejecting Records.
Replies: 5
Views: 2120

Without the loop, could you not set up individual output links for each column and constraints to control them? Then a Funnel to put them back together.
by chulett
Mon Jul 20, 2015 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Historization in Datastage Parallel job.
Replies: 8
Views: 3692

So the NULL in your incoming record indicates "no change" for that field?

And it's still a Type 2. :wink:
by chulett
Mon Jul 20, 2015 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Historization in Datastage Parallel job.
Replies: 8
Views: 3692

ShaneMuir wrote:You might also consider looking at the SCD stage (this looks like a Type2)
Yup.
by chulett
Fri Jul 17, 2015 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Quickest Way to Extract CLOBs from Oracle
Replies: 2
Views: 1582

I was going to suggest... PL/SQL.
by chulett
Fri Jul 17, 2015 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Target stage oracle
Replies: 4
Views: 1608

Interesting... thanks for checking. Seems to me that DataStage must be supplying the wrapper quotes otherwise Oracle would be barfing.
by chulett
Fri Jul 17, 2015 6:53 am
Forum: General
Topic: NullPointerException occurs during installation
Replies: 11
Views: 6621

Support.
by chulett
Fri Jul 17, 2015 6:52 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: IAUSER password
Replies: 4
Views: 4262

Meaning, without knowing what it currently is?
by chulett
Thu Jul 16, 2015 9:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Target stage oracle
Replies: 4
Views: 1608

Is this actually a Server job question as marked? You'll need the SKU_ID enclosed by percent signs and single quotes for the LIKE operator, so probably more like this. Have no way to test it, however. UPDATE SKU SET SECONDARY_DESC=:SECONDARY_DESC,COLOR=:COLOR WHERE SKU_ID LIKE '''%'||:SKU_ID||'%'''
by chulett
Thu Jul 16, 2015 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unstructured data not working in 11.3
Replies: 6
Views: 4027

Then perhaps permissions?
by chulett
Thu Jul 16, 2015 9:52 am
Forum: General
Topic: NullPointerException occurs during installation
Replies: 11
Views: 6621

For a NullPointerException? Support, I would imagine.
by chulett
Thu Jul 16, 2015 8:47 am
Forum: General
Topic: Null Handling Function on Environment Variable.
Replies: 7
Views: 2142

That would have been quicker to just test out for yourself. :wink:
by chulett
Wed Jul 15, 2015 9:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal_From_Decimal Warning Issue
Replies: 2
Views: 1895

Interesting. That or go all Old School on it and just demote the thing. :wink:
by chulett
Wed Jul 15, 2015 12:47 pm
Forum: General
Topic: Null Handling Function on Environment Variable.
Replies: 7
Views: 2142

Aye Matey!

by chulett
Wed Jul 15, 2015 12:41 pm
Forum: General
Topic: Environment Variable Import
Replies: 11
Views: 5238

Awesome, thanks Franklin.