Search found 53125 matches

by ray.wurlod
Thu Apr 17, 2008 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UnwantedCharecters remove which are not identified bykeyboad
Replies: 7
Views: 1599

Code: Select all

Convert(".", "", Oconv(InLink.TheString, "MCP"))
by ray.wurlod
Thu Apr 17, 2008 4:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage problem
Replies: 4
Views: 2095

Please mark the thread as Resolved.
by ray.wurlod
Thu Apr 17, 2008 4:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UnwantedCharecters remove which are not identified bykeyboad
Replies: 7
Views: 1599

Oconv(InLink.TheString, "MCP") will convert all non-printable characters to ".".
by ray.wurlod
Thu Apr 17, 2008 4:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there count without using aggregator
Replies: 18
Views: 5358

Yes. Employ Harry Potter.
by ray.wurlod
Thu Apr 17, 2008 4:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Approach in Filling a Relational Database
Replies: 15
Views: 4102

Welcome aboard. I can only suggest that your POC is ill-designed. Grab three hashed files from the target tables. One contains a single record, with a dummy key and the highest current key value. The second is a reverse lookup from the business key (however many columns there are in it) to the surro...
by ray.wurlod
Thu Apr 17, 2008 4:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Bulk Load stage
Replies: 6
Views: 1962

No idea at all. How about you tell us precisely HOW you are attempting to invoke sqllder from DSExecute, and what error messages you get?
by ray.wurlod
Thu Apr 17, 2008 4:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row merger
Replies: 9
Views: 2929

Neither is Convert(). I thought you may be considering other stage types. Can you post how you are attempting to merge the rows with the Row Merger stage?
by ray.wurlod
Thu Apr 17, 2008 3:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: g++/gcc configuration in AIX
Replies: 3
Views: 3311

I understand that you must use the XLC compiler on AIX.
by ray.wurlod
Thu Apr 17, 2008 3:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row merger
Replies: 9
Views: 2929

Use a stage variable to accumulate via concatenation and constrain the transformer stage to emit output only every third row.

Code: Select all

Mod(@INROWNUM,3)=0
by ray.wurlod
Thu Apr 17, 2008 3:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Approach in Filling a Relational Database
Replies: 15
Views: 4102

If you are systematic about it, it's not that great an obstacle.
I've been doing exactly that for 12 years with DataStage.
And it means that, where the transformation logic differs even slightly, you don't have a problem.
Or if the rules change later, which they have a nasty habit of doing.
by ray.wurlod
Thu Apr 17, 2008 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ICONV SERVER/PARALLEL
Replies: 3
Views: 1101

Maybe you could more simply have multiplied by 100.
by ray.wurlod
Thu Apr 17, 2008 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After job subroutine aborts
Replies: 8
Views: 3274

Can you give an example with values? If even only one row is returned from the lookup reference link, then the lookup is considered to have succeeded.
by ray.wurlod
Thu Apr 17, 2008 12:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there count without using aggregator
Replies: 18
Views: 5358

Yes of course. By using an Aggregator stage. Or by using pre-sorted data.
by ray.wurlod
Thu Apr 17, 2008 12:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic Lookup...Array Size...
Replies: 5
Views: 1541

One can not comment about whether or not some technique will affect performace within an ETL context until one understands - has a definition of - what performace actually means in the ETL context. So, if you would care to document your definition, then perhaps we might be able to offer some cogent ...
by ray.wurlod
Thu Apr 17, 2008 12:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in custom SQL in lookup (DB2 stage)...
Replies: 4
Views: 1386

Please mark this thread as Resolved.