Search found 42189 matches

by chulett
Thu Jul 23, 2009 9:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL data type '%1' defined on column %2 is not supported.
Replies: 6
Views: 2739

What database? And just as an FYI and AFAIK, the DRS stage always uses the ODBC style parameter markers which are unadorned positional question marks - no colons or numbers or anything else.
by chulett
Thu Jul 23, 2009 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Single Line
Replies: 18
Views: 4838

... and what you get without any DataStage 'formatting' is one long record, which is what any parser is actually looking for. Formatting ('pretty printing') is for for peoples.
by chulett
Thu Jul 23, 2009 1:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find any letter in string value
Replies: 3
Views: 1905

Index() can find it for you and will return the position it was found in as a bonus, but you can simply treat any non-zero return value as 'true' if you like.
by chulett
Thu Jul 23, 2009 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to insert records into long columns like varchar(4000)
Replies: 8
Views: 3731

Are you actually targeting an Oracle LONG data type, or is it a CLOB or just a large VARCHAR2?
by chulett
Thu Jul 23, 2009 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup Failed !!
Replies: 15
Views: 4615

Ah... there's part of the problem - you can't trim CHAR fields and you'll have issue with 11 v. 15, so either make them the same size or treat them as varchars in your job and then trim.

The Devil *is* in the details.
by chulett
Thu Jul 23, 2009 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Counts and UserVariable activity
Replies: 7
Views: 2935

In Windows, that would be 'type' rather than 'cat' unless you have MKS installed.
by chulett
Thu Jul 23, 2009 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling sequence from a routine
Replies: 6
Views: 1681

Being new, why do you think you 'need' to do this from a routine? It's not the most straight-forward approach you could take.
by chulett
Thu Jul 23, 2009 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job activities in a sequence being invoked AFTER DELAY
Replies: 7
Views: 2833

Time to mark this as Resolved using the button at the top of the screen!
by chulett
Thu Jul 23, 2009 5:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup Failed !!
Replies: 15
Views: 4615

OK. Those would need to be uploaded to an image hosting site and then you can use the [Img] tags to link to them. Or just explain things in words to us.
by chulett
Thu Jul 23, 2009 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup Failed !!
Replies: 15
Views: 4615

Not quite sure how that is supposed to help. :?

(it doesn't)
by chulett
Thu Jul 23, 2009 5:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: select Distinct
Replies: 16
Views: 4758

Welcome aboard, Adnan, but a couple of things: This post is well over a year old, is a Server question you tried to give a PX answer for and it's clearly marked that they are working in "DS v7" rather than 8. And more precisely it is the Remove Duplicates stage. Generally best to stick wit...
by chulett
Wed Jul 22, 2009 11:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup Failed !!
Replies: 15
Views: 4615

There's no other explanation if you've verified the other points already mentioned: * The metadata is exactly the same, hashed file writer and reader jobs. * The hashed file name is exactly the same, reader and writer. Really, all that's left is key data not matching. So... how about some specifics ...
by chulett
Wed Jul 22, 2009 11:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequencer compilation error
Replies: 1
Views: 1337

Search for your error message, this has been asked and answered many times here already. For example, there were 26 matches for an Exact Match search for "The system cannot locate the resource specified".
by chulett
Wed Jul 22, 2009 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job design
Replies: 1
Views: 589

How is this any different from your previous question? :?