Search found 42189 matches

by chulett
Fri Nov 26, 2010 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GET FILENAME
Replies: 37
Views: 9673

... or put appropriate conditions in the triggers that come from the Routine Activity stage to whatever happens next.
by chulett
Thu Nov 25, 2010 11:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile and Force Compile
Replies: 2
Views: 2764

It is explained in Chapter 13 of the Designer Client Guide pdf.
by chulett
Thu Nov 25, 2010 11:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC to Greenplum
Replies: 1
Views: 2512

What ODBC driver are you using? What are the charactersets each of the databases are using?
by chulett
Thu Nov 25, 2010 12:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing Duplicates
Replies: 6
Views: 2192

That doesn't really explain much. :?

Can you spell out your requirements in words? It seems you need to take duplicate values and prefix them with a '9' and then... ???
by chulett
Thu Nov 25, 2010 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate multiple rows delimited by comma
Replies: 4
Views: 3553

So in other words, you didn't do the search. There are many ways to pivot and not all involve that stage.
by chulett
Thu Nov 25, 2010 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate multiple rows delimited by comma
Replies: 4
Views: 3553

That would basically be a "rows to columns" pivot, a.k.a a "vertical pivot" which an exact search here would reveal many informations on. :wink:
by chulett
Thu Nov 25, 2010 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records missing in the sequential file
Replies: 15
Views: 6954

Which is what I meant by "seems" to work. Timing, especially with small volumes, can make it look like it is working but it won't 100% of the time.
by chulett
Thu Nov 25, 2010 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performace issue setting data length for 109 millions rows
Replies: 5
Views: 1792

OK, then there must be a significant difference in the sizes of the output datasets between the two approaches, yes?
by chulett
Thu Nov 25, 2010 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA 01002 with ODBC Connector stage
Replies: 2
Views: 3933

What does your SQL look like? Is the stage generating it or did you supply it?
by chulett
Wed Nov 24, 2010 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Count Of records
Replies: 12
Views: 3093

ray.wurlod wrote:
dr.murthy wrote:inrow num it doesnot give count the number of records
Yes it does.
So far, and the last one has the total. :wink:
by chulett
Wed Nov 24, 2010 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performace issue setting data length for 109 millions rows
Replies: 5
Views: 1792

Isn't the behaviour noted here related to what Michael Hester discusses in this post?
by chulett
Wed Nov 24, 2010 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find Number of years between 2 dates.
Replies: 11
Views: 13750

I wasn't trying to point out a typo, something I don't see btw, I was trying to point out the fact that you mentioned some kind of "failure" without explaining at all what the nature of your failure was.
by chulett
Wed Nov 24, 2010 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Output column derivation
Replies: 1
Views: 1357

Very new to XML stages or XML itself? First step would be to import the metadata for your target, either from an xsd (preferred) or from your XML file. That will get you the XPath Expressions you'll need so the stage knows how to build the output. Also, download and read the XML Best Practices docum...
by chulett
Wed Nov 24, 2010 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sum Timestamp value
Replies: 5
Views: 1370

Arnd, I didn't know you spoke Italian. :wink:

Siva, please edit your original post and add the particulars regarding your version of DataStage, job type, etc. If this turns out to be a Server question, no worries I'll just move it again.
by chulett
Wed Nov 24, 2010 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find Number of years between 2 dates.
Replies: 11
Views: 13750

You might want to explain what "getting fail at date part" means.