Search found 42189 matches

by chulett
Tue Jun 21, 2011 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sqlserver from datastage: load table with strange name
Replies: 2
Views: 1501

Actually, I thought you need to do the exact same thing in DataStage... did you try it? What happened?
by chulett
Tue Jun 21, 2011 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading .csv file
Replies: 7
Views: 1990

Convert(",","",YourField)

Replaces all occurances of the first argument with the second, in this case commas with an empty string.
by chulett
Tue Jun 21, 2011 7:25 am
Forum: Site/Forum
Topic: Membership Renew and Promotion or coupon code
Replies: 2
Views: 3149

Spamming my personal email isn't going to help you out here, I've already added my two cents. Everything else is up to the people that actually run/own this website.

Have you tried using the 'Contact' link at the top of any page? Sent anything to any of the people listed there?
by chulett
Tue Jun 21, 2011 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading .csv file
Replies: 7
Views: 1990

What is the target field's data type? Again, if it is any kind of "integer" as you've said then commas are not possible.
by chulett
Tue Jun 21, 2011 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: want to convert ddmmyyyy into yyyymmdd in parallel ex. 8.x
Replies: 1
Views: 782

Since they're just character strings, substring. Or take the long way home and use StringToDate() followed by DateToString() with appropriate masks.
by chulett
Tue Jun 21, 2011 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Class not Register error to SQL builder
Replies: 1
Views: 991

For a "registration" problem like that, I'd suggest uninstalling and then reinstalling the client.
by chulett
Tue Jun 21, 2011 7:04 am
Forum: General
Topic: Reading file names
Replies: 4
Views: 1414

No need for an intermediate file/table, simply use your command of choice in the Filter property of the stage.
by chulett
Mon Jun 20, 2011 6:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CURSOR used in DB2 stored procedure
Replies: 2
Views: 1759

Exactly... why not dump the proc and use that SQL 'like normal' in your DataStage job? :?
by chulett
Mon Jun 20, 2011 6:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Attach large Files (20 MB) and above
Replies: 5
Views: 3008

ray.wurlod wrote:Note that this limit is imposed by your mail client, not by DataStage.
Which is exactly what I meant, should have been a teensy bit more specific it would seem. :wink:
by chulett
Mon Jun 20, 2011 6:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading .csv file
Replies: 7
Views: 1990

By which I meant you just simply convert them to integers and load them. Don't worry about the commas part, that's all about how they get selected back later as a character string, all about the external format.
by chulett
Mon Jun 20, 2011 6:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue coming when using IF conndtion for decimal columns
Replies: 1
Views: 791

Search the forums here for a significant portion of your error, like " the source decimal has even precision, but non-zero in the leading nybble" and you'll find 14 other times people have seen this one. Some are even marked as resolved, check those first.
by chulett
Mon Jun 20, 2011 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data not inserted in target database
Replies: 10
Views: 2172

We know that - post the actual derivation. That way we can see if/how you are trimming out the formatting characters, our guess right now is that you are not.
by chulett
Mon Jun 20, 2011 5:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To change the row value
Replies: 5
Views: 1835

I'm assuming it is more complicated than that. Laura, are you saying that you need to check all values for a key and then you can decide what values to assign to the second column? Almost like two passes through the data? If so, seems to me some kind of 'fork join' design would work here where one s...
by chulett
Mon Jun 20, 2011 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: &PH& Directory
Replies: 11
Views: 4152

OK... 65 is nothing. &PH& is the phantom directory and 'phantom' means background process. Every job creates files there that it uses to communicate its status back to the engine, so having them there is perfectly normal. Now, if you had 65,000 files in there I'd be worried that writing to t...
by chulett
Mon Jun 20, 2011 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: &PH& Directory
Replies: 11
Views: 4152

Also tell us how many files are in your &PH& directory.