Search found 53125 matches

by ray.wurlod
Mon Dec 21, 2009 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clarifications for StringToDecimal and DecimalToDecima
Replies: 10
Views: 15168

There's no syntax. DecimalToDecimal() picks up metadata from the output link itself. Of course, this makes it tricky if you want to use this function to produce an intermediate result (that is, as a nested function). In this case, evaluate it in a stage variable that has the appropriate data type (f...
by ray.wurlod
Mon Dec 21, 2009 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: <_PEEK_IDENT_> Input dataset does not have field:
Replies: 7
Views: 6254

Is runtime column propagation (RCP) enabled?
by ray.wurlod
Mon Dec 21, 2009 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I get the minimum date in the aggregator?
Replies: 10
Views: 5391

Preserve Type will work. I believe this is only available in version 8.1 and later.
by ray.wurlod
Mon Dec 21, 2009 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BASIC routines
Replies: 3
Views: 1502

The best training material extant is the DVD from DSXchange Learning Center.
by ray.wurlod
Mon Dec 21, 2009 1:45 pm
Forum: General
Topic: Report on user activity in DataStage
Replies: 7
Views: 2867

As far as I am aware that information is not preserved.
by ray.wurlod
Mon Dec 21, 2009 1:44 pm
Forum: General
Topic: BIGINT for TIMESTAMP in DB2v9
Replies: 5
Views: 2005

I suspect that U is looking at the XMETA database. Regular client tools reflect the integer values in his post - and do not, as he noted, allow for CAST. But these integers report as timestamps in tools such as the Information Server reporting console.
by ray.wurlod
Mon Dec 21, 2009 1:42 pm
Forum: General
Topic: RCP
Replies: 3
Views: 1365

DSXchange is not a substitute for official support or training. We will attempt to answer specific questions if we can, but are chary of such general questions which indicate a lack of training or research.
by ray.wurlod
Sun Dec 20, 2009 11:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple lookup
Replies: 4
Views: 884

OK, clearly I did not understand what you had in mind. I understood you had one row in the reference, value xxxyyy.

Your clarified requirement needs two separate lookups.
by ray.wurlod
Sun Dec 20, 2009 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple lookup
Replies: 4
Views: 884

Neither will work given your requirement. You need a Transformer stage upstream of the lookup stage to combine the two columns appropriately into one. Then perform the lookup using that one.
by ray.wurlod
Sun Dec 20, 2009 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I get the minimum date in the aggregator?
Replies: 10
Views: 5391

I don't know that there's a solution but, as a workaround, convert your date to a Julian date (int32 or int64, perhaps) and take the minimum of that.
by ray.wurlod
Sun Dec 20, 2009 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hashed file count
Replies: 6
Views: 1185

Oh dear. Life is never that simple. The actual command will differ depending on whether your hashed file is in the "account" (project) or a pathed hashed file, and you may need to perform further setup in the latter case. COUNT is a command from the RetrieVe query language; you may prefer ...
by ray.wurlod
Sat Dec 19, 2009 6:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input dataset 0 has a partitioning method other than entire
Replies: 6
Views: 1837

Message handler, as I mentioned.

There is no way to prevent this alert from being generated.
by ray.wurlod
Sat Dec 19, 2009 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input dataset 0 has a partitioning method other than entire
Replies: 6
Views: 1837

This alert message is one that you can safely ignore (handle with a message handler). What it is telling you is that you are on an SMP system on which Entire partitioning is implemented by putting a copy of the virtual Data Set into shared memory. Because you have specified a partitioning algorithm ...
by ray.wurlod
Sat Dec 19, 2009 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Format
Replies: 2
Views: 1217

You need to specify the data type as string if you want leading zeroes and no decimal placeholder.
by ray.wurlod
Sat Dec 19, 2009 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hashed file count
Replies: 6
Views: 1185

There isn't one.

In exactly the same way that there is no UNIX command for taking the count of an Oracle table.

A hashed file is how UniVerse database tables are implemented.