Search found 42189 matches

by chulett
Sat Jul 10, 2010 7:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicates not removing duplicates
Replies: 6
Views: 2332

Is your data sorted properly?
by chulett
Sat Jul 10, 2010 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Hash File is efficient or Creating Index?
Replies: 10
Views: 3984

Interesting. Makes sense, it's just that I had read the document I linked to and there was this passage in it to that point: The data is stored as a continuous string of characters, with a column separator (@AM system variable). Each column is positional in nature and relative to the columns precedi...
by chulett
Sat Jul 10, 2010 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Differences between SybaseOC stage & ODBC-Sybase
Replies: 5
Views: 1298

That's like asking what is the difference between the OCI stage and the Oracle client software. Same relationship.
by chulett
Sat Jul 10, 2010 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Hash File is efficient or Creating Index?
Replies: 10
Views: 3984

ps. Welcome to the proper forum for this discussion.
by chulett
Sat Jul 10, 2010 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Hash File is efficient or Creating Index?
Replies: 10
Views: 3984

Still not huge and yes, can still be efficient. :wink: I'll let others with more intimate knowledge of the inner workings of hashed files respond but they're not stored as 'dynamic arrays'. No idea who wrote this (Ken, perhaps?) and I take exception to their use of the word 'small' but since they do...
by chulett
Sat Jul 10, 2010 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Hash File is efficient or Creating Index?
Replies: 10
Views: 3984

Since it seems we're talking about a lookup in the Server product, consider the two approaches you've listed. 1) Singleton trips across the network for every incoming row in the job to do a SQL select against your target table. Sure, an index 'helps' here but this is (IMHO) a viable solution only fo...
by chulett
Sat Jul 10, 2010 7:33 am
Forum: General
Topic: Orchestrate operators
Replies: 6
Views: 1905

Sreenivasulu wrote:Looks like you are trying to train yourself using the forum. This is not why the forum has been made. This forum is to discuss problems while using datastage. Hope i am clear.
A little annoying, I agree, hopefully he won't go too overboard with the questions of this nature.
by chulett
Sat Jul 10, 2010 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Differences between Datastage Enterprise and Server Edition
Replies: 3
Views: 1261

Ah, yes... "etl-tools.info", a bastion of accurate information. :roll:
by chulett
Sat Jul 10, 2010 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP for unused columns
Replies: 4
Views: 2288

Excellent, I had read this last night and was trying to think how to articulate the points Keith made in his last two paragraphs, now I don't need to. :wink: Since I have yet to use them, was also going to ask if the connectors were more 'Informatica-like' in that you can include all column metadata...
by chulett
Sat Jul 10, 2010 6:52 am
Forum: General
Topic: why Datastage ?
Replies: 3
Views: 2505

1) Unanswerable. Well, except in much the same fashion that Ray did.

2) Perhaps reading this would be helpful.
by chulett
Sat Jul 10, 2010 6:44 am
Forum: General
Topic: Orchestrate operators
Replies: 6
Views: 1905

Scribd has the Orchestrate manuals, I do believe. For example, the Developer's Guide but I didn't look for any others.
by chulett
Fri Jul 09, 2010 9:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: find average salary
Replies: 8
Views: 2881

In other words, two passes through the data. :wink:
by chulett
Fri Jul 09, 2010 9:07 pm
Forum: General
Topic: SAP Error
Replies: 9
Views: 3104

You need to let us know exactly where and when you get this error message and if a job is involved, the design of the job.
by chulett
Fri Jul 09, 2010 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Flat file , XML
Replies: 6
Views: 2164

Hey, isn't that what I said? :wink:
by chulett
Fri Jul 09, 2010 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: search and replace in Transformer
Replies: 3
Views: 2621

Check out the Trim() function.