Search found 42189 matches
- Sun Aug 07, 2005 10:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Update
- Replies: 10
- Views: 2258
- Sun Aug 07, 2005 10:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Max Value
- Replies: 3
- Views: 628
- 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...
- 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
- Sat Aug 06, 2005 8:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: impoting dsx throwing error
- Replies: 8
- Views: 2237
- 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...
- 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...
- Fri Aug 05, 2005 7:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Replacing character pairs
- Replies: 2
- Views: 562
- 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...
- 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
- 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.
- 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 ...
- 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...
- 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
- 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