Search found 42189 matches

by chulett
Sun Aug 07, 2005 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Update
Replies: 10
Views: 2258

Hashed files are insert only. Destructive overwrite does all the rest.
by chulett
Sun Aug 07, 2005 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Max Value
Replies: 3
Views: 628

Stage variable.
by chulett
Sun Aug 07, 2005 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine value in selection of ODBC stage
Replies: 1
Views: 523

Is your target database going to have any clue what to do with the DataStage routine? Nope. Ok, let's qualify that - no, you can't use it directly in the query. You could, however and for example, execute the routine outside the job, pass the value in as a job parameter and then use the job paramete...
by chulett
Sat Aug 06, 2005 8:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding Max of date
Replies: 11
Views: 4056

I don't think anything implicitly converts in parallel jobs. :wink:
by chulett
Sat Aug 06, 2005 8:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: impoting dsx throwing error
Replies: 8
Views: 2237

I found his omnisciency interesting as well. Assuming it was a 'been there, done that' kind of moment for Chuck. :wink:
by chulett
Sat Aug 06, 2005 8:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question regarding SEQ FILE
Replies: 6
Views: 1026

Not sure how it's 'much simpler' as it is practically identical to the previous method. The 'dummy' file would have the same contents as what would be echoed, so basically the only difference would be: type dummyfile >> #FileName# -versus- echo 0000000000000000000000000000 >> #FileName# Use 'cat' on...
by chulett
Sat Aug 06, 2005 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update existing columns
Replies: 2
Views: 622

It always helps to mention the database involved as that can change the answer given. That being said, what is your doubt? Based on what you have written it sounds very straight-forward. Select the keys and data from Table A and send them straight to Table B with the action set to 'Update existing r...
by chulett
Fri Aug 05, 2005 7:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replacing character pairs
Replies: 2
Views: 562

Good to know they are 'way fast'. :wink:

I was thinking about cutting the string up around the pairs and putting the chunks together, but if iterating through character by character is speedy - you're right, that seems the simplest approach. 8)
by chulett
Fri Aug 05, 2005 5:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replacing character pairs
Replies: 2
Views: 562

Replacing character pairs

I have a field I need to strip pairs of characters from, basically any place I find a caret ^ in the string I need to remove it and the immediately following character. Problem is it's not a small list like only '^R' and '^C', there are 90 different values so something simple like EReplacing them wi...
by chulett
Fri Aug 05, 2005 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: shared container promotion and jobs dependant on container
Replies: 6
Views: 1999

Interesting. I'm still on 7.0.1 so perhaps that's something 'they' have fixed. Sure would simplify things. :wink:
by chulett
Fri Aug 05, 2005 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question regarding SEQ FILE
Replies: 6
Views: 1026

Re: Question regarding SEQ FILE

naveendronavalli wrote:I was thinking of putting the dummy record in an other SEQ FILE and then appending to the written SEQ FILE. However, this sounds to me a little inefficient way of doing it.

Nothing inefficient about it and sounds like a perfectly fine solution. I'd say go for it.
by chulett
Thu Aug 04, 2005 10:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage returns fake return code
Replies: 18
Views: 6528

jobstatus was intentionally removed. However, I have updated the code which includes the jobstatus with the same problem. A couple of things to keep in mind... The -wait and -jobstatus commands are mutually exclusive as both tell it to wait before moving to the next step. You should use one of the ...
by chulett
Thu Aug 04, 2005 8:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage server edition version7 run clustering?
Replies: 2
Views: 1216

Welcome. :D Search the forum. The concept of DataStage running clustered or at least in a clustered environment has been discussed several times in the past. It really depends of what you mean by 'run in clustering'. While it can certainly run on a cluster, and can be made to fail-over from one node...
by chulett
Thu Aug 04, 2005 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how do we replace " character with "" in betw
Replies: 6
Views: 1626

But first you've got to read it into the job and those invalid inner quotes will make that... difficult. :?
by chulett
Thu Aug 04, 2005 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Px design approach question - fishing for better ideas
Replies: 11
Views: 3453

As noted, lots of good information here - but it sounds like you should stick with your original approach, Arnd. I've worked with someone in the past to do something very similar to this and it worked out rather... nicely. :wink: