Search found 15603 matches
- Thu Jun 05, 2008 7:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to check status of job across projects
- Replies: 4
- Views: 1391
- Thu Jun 05, 2008 7:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic Routine in dataStage PX
- Replies: 17
- Views: 5692
- Thu Jun 05, 2008 7:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dos batch script
- Replies: 3
- Views: 956
- Thu Jun 05, 2008 6:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup Performance Issue
- Replies: 11
- Views: 2748
- Thu Jun 05, 2008 5:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Test Automation in Data stage jobs
- Replies: 2
- Views: 1954
- Thu Jun 05, 2008 5:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Failure trying to view Dataset
- Replies: 2
- Views: 5707
Your dataset is broken, someone has deleted one or more of your data files. When you do a "orchadmin -f IdMasgterDataFull.ds" are any of the files listed actually present in the directory? The easiest solution is to do a UNIX delete of the .ds file as well as removing all the IdMasterDataFul.ds.sjor...
- Thu Jun 05, 2008 4:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Link Colletor Working
- Replies: 10
- Views: 2531
- Thu Jun 05, 2008 4:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: concatenate issue on one field
- Replies: 7
- Views: 2113
- Thu Jun 05, 2008 4:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Perfomance tuning advice?......
- Replies: 7
- Views: 1582
Sharad, that question is impossible to answer with the information given. This is like me asking you "I need to make my car go 120MpH. What should I do?" 7 million rows is not a lot if each row is 10 bytes. If each row is 100Kb then that is a different matter. If you run this on a single 386SX proce...
- Thu Jun 05, 2008 4:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing \n char in the field
- Replies: 11
- Views: 3246
Ok, I have misunderstood your problem. Your real question is "how do I change the string '\n' to a single space?" One answer is to use a filter of "sed 's/\\n/ /'" in your sequential file stage, as you have already mentioned in your first post. I just wrote a small test job and can confirm that this...
- Thu Jun 05, 2008 3:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: migration of code
- Replies: 2
- Views: 962
Please do not post duplicate threads in different forums. Your thread here already has a response.
- Thu Jun 05, 2008 3:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: concatenate issue on one field
- Replies: 7
- Views: 2113
This is easily achieved using a transform stage and stage variables. One stage var is used to see if the current location_key is the same as the last. If it is, then another stage var that contains the Text is modified by appending the new text, if the key isn't the same then this variable is reset ...
- Thu Jun 05, 2008 1:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: when the "default" properties of field will be use
- Replies: 1
- Views: 576
- Thu Jun 05, 2008 1:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing part of job log using routine
- Replies: 28
- Views: 8168
- Thu Jun 05, 2008 1:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing \n char in the field
- Replies: 11
- Views: 3246