I love it!!!stuartjvnorton wrote:Rinse and repeat.
Search found 53125 matches
- Tue Feb 23, 2010 4:31 pm
- Forum: IBM QualityStage
- Topic: Address Cleansing
- Replies: 16
- Views: 5620
- Tue Feb 23, 2010 4:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Comparison in UniData Stage
- Replies: 1
- Views: 1179
Access to Unidata is through UniODBC so the date format should be YYYY-MM-DD (which is what you did, according to your post). You can verify this in the database by executing the same query. SELECT columns FROM table WHERE REG_DATE = '2009-11-25'; Access is through SQL, so Iconv/Oconv should not com...
- Tue Feb 23, 2010 4:26 pm
- Forum: General
- Topic: What are the DataStage revison numbers?
- Replies: 8
- Views: 1451
VMark Software brought out version 1.0. They went through a merger with Unidata to form Ardent Software. Versions 3.0 through 5.2. Ardent was in turn acquired by Informix Corporation. Informix sold all its database products to IBM in 1999/2000 and renamed itself Ascential Software. Versions 6.0 thro...
- Tue Feb 23, 2010 4:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SAP IDOC Load Performance too slow
- Replies: 2
- Views: 1667
- Tue Feb 23, 2010 4:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error While opening Admin client
- Replies: 3
- Views: 1156
Why store configuration files in the etc directory? Why not store them in the Configurations directory? But it strikes me as odd that having only read access to the configuration file ought not to prevent opening of the Administrator client. After all, every user is entitled to use this client to in...
- Tue Feb 23, 2010 4:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Apend dot after each character in string
- Replies: 12
- Views: 3461
Using a BASIC Transformer stage:
(I have tested this one and it does work.)
Code: Select all
Convert(@TM, ".", Fmt(InLink.TheString, "1L"))- Tue Feb 23, 2010 4:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unit Testing
- Replies: 3
- Views: 6541
Before you started designing you have a source-to-target mapping document of some kind. Create a corresponding unit test document which specifies, for each transformation, a set of expected results. Record the actual result beside each, then address discrepancies. When contemplating your test data, ...
- Tue Feb 23, 2010 4:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple lookups against same dataset
- Replies: 10
- Views: 3440
One data set will suffice. Each reference input to your Lookup stage creates a separate virtual Data Set into which the reference data are read and build an index on the identified key (the LUT_CreateOp operator). So you do actually have separate data sets at run time - you don't have to design this...
- Tue Feb 23, 2010 4:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to login to DataStage
- Replies: 9
- Views: 5897
On the server, in the DataStage engine directory, execute the following command from an operating shell after executing the dsenv script.
Client license seats available and in use are reported at the end of the report.
Code: Select all
$DSHOME/bin/uv -admin -lic_report- Tue Feb 23, 2010 3:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage tfmr detected
- Replies: 10
- Views: 13079
- Tue Feb 23, 2010 3:55 pm
- Forum: General
- Topic: What are the DataStage revison numbers?
- Replies: 8
- Views: 1451
- Tue Feb 23, 2010 3:54 pm
- Forum: General
- Topic: SQL Builder puts datastore name in select
- Replies: 5
- Views: 2099
- Tue Feb 23, 2010 3:52 pm
- Forum: IBM QualityStage
- Topic: Address Cleansing
- Replies: 16
- Views: 5620
- Tue Feb 23, 2010 3:49 pm
- Forum: IBM QualityStage
- Topic: Address Cleansing
- Replies: 16
- Views: 5620
There is an infinite number of ways, and therefore no-one is going to attempt to do what you ask. From my experience you do it by running data through Standardization then use Investigation on the unhandled patterns/data - at least the most frequently-occurring ones - to refine your rules. Since you...
- Tue Feb 23, 2010 3:45 pm
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: Change Capture Stage
- Replies: 4
- Views: 12266
There is no Change Capture stage in WebSphere Transformation Extender (formerly known as DataStage TX). If you post in the correct forum, you might receive more cogent answers. If you post the same question in multiple fora, you will get exasperated answers from regular posters, who reasonably consi...