Search found 42189 matches

by chulett
Thu Feb 15, 2007 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML File poblem
Replies: 19
Views: 6267

I know, Uncle Ray, I know...
by chulett
Thu Feb 15, 2007 11:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reference lookup
Replies: 8
Views: 1956

But you don't need all 5 million rows in the reference lookup, now do you? You just need how ever many match to your incoming records - and you said that's what, 30? Get smart about how you load things like this. Load your input file into a work table in your database and join it to the reference so...
by chulett
Thu Feb 15, 2007 11:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reference lookup
Replies: 8
Views: 1956

The only other stage that allows a 'multi-row result set' is the UV stage. Probably best to just 'tune' your ODBC lookup to be as efficient as possible. Do you have an index in place to support it?
by chulett
Thu Feb 15, 2007 10:19 am
Forum: General
Topic: HashFileLookup
Replies: 12
Views: 5001

You cannot just add the "path" to the the statement, as the syntax of both calls are different. Actually, you can as that's exactly what I've done here and it works just peachy. As noted, the syntax to call the routine is slightly different - you need to pass in the full path to the hashed file rat...
by chulett
Thu Feb 15, 2007 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML File poblem
Replies: 19
Views: 6267

If your mission is to go around and correct all of the spelling issues here, you'll be a Top Poster in no time. No problem with hitting old posts, some will do that if the issue was unresolved, others just because they have something to add. It does help enrich the site for searchers, even if the OP...
by chulett
Thu Feb 15, 2007 8:59 am
Forum: General
Topic: HashFileLookup
Replies: 12
Views: 5001

So, you copied the routine and the only change was from Open to OpenPath, yes? If that's the case, then the problem would not be with the routine itself but how you are calling it.

Can you provide an example of your calling syntax, please?
by chulett
Thu Feb 15, 2007 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in the if statement
Replies: 3
Views: 820

Count the number of left and right parens...
by chulett
Thu Feb 15, 2007 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Connectivity to JDBC and JMS
Replies: 7
Views: 5266

I believe that the Java PACK is your answer for both here, but would need someone more smarter to confirm or deny. :wink:
by chulett
Thu Feb 15, 2007 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem reading XML files
Replies: 3
Views: 1025

The Manager is a Client tool and so can only 'see' local files on your PC. The solution is simple - transfer the files to your PC first.
by chulett
Thu Feb 15, 2007 8:11 am
Forum: General
Topic: Common English Errors
Replies: 3
Views: 1338

Ah yes, I've had this bookmarked for some time now. And yes, it seems to be quite "up you're alley". :lol:
by chulett
Thu Feb 15, 2007 8:08 am
Forum: General
Topic: Installing MCM
Replies: 20
Views: 6245

It's very confusing, I remember having the same problem the last time I installed the MCM but don't really recall the solution as it's been quite some time. I do remember smacking myself on the forehead (doh! <smack>) when I finally made it work. :wink:

I do believe Arnd is right.
by chulett
Thu Feb 15, 2007 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between two numbers
Replies: 6
Views: 1308

ray.wurlod wrote:There's no Trunc() function in DataStage BASIC.

:? Isn't the INT function an equivalent? Sure, it doesn't have the precision option as shown, but basically (no pun intended) it truncates a 'numeric expression', yes?
by chulett
Thu Feb 15, 2007 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML File poblem
Replies: 19
Views: 6267

Interesting... not only did you reply to a pushing one year old thread, but this wasn't my "problem". And no, there is no "must" in using the Inherit stage properties option, you certainly can but not there is no "must" here. And inheriting bad metadata from the Stage tab wouldn't be all that helpfu...
by chulett
Thu Feb 15, 2007 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: One projet with multiple environnements (parameters)
Replies: 8
Views: 1915

You wont be able to change it directly there. You need to define a parameter in the job sequence and pass that parameter as the value. Plus for encrypted passwords, you wont be able to "double click" and enter a value, you need to hit "Insert parameter" and then specify the job sequence's job param...
by chulett
Thu Feb 15, 2007 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: One projet with multiple environnements (parameters)
Replies: 8
Views: 1915

In the job sequence, when i double click on a string parameter i can edit the value. When I double click on a encrypted parameter, nothing happens... don't undestand... Me neither. Nothing magical about Sequence jobs, our Production support peoples do this all the time. Matter of fact I just did it...