If you're prepared to use a BASIC Transformer stage this is a very easy task - convert each X into a sharp sign (#) and use that as the mask in a Fmt() function.
There's probably a solution using the parallel Transformer stage. What have you attempted thus far?
Search found 53125 matches
- Mon Apr 26, 2010 5:49 pm
- Forum: General
- Topic: How to parse string input into rows by delimiter
- Replies: 5
- Views: 2574
- Mon Apr 26, 2010 5:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Import Command Line
- Replies: 4
- Views: 7951
- Mon Apr 26, 2010 5:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Current date parameter
- Replies: 11
- Views: 4290
Use the expression perhaps in a User Variables activity so that you only have to execute the expression once.
Code: Select all
Oconv(@DATE,"DYM[4,2]":@VM:"MCN")- Mon Apr 26, 2010 5:40 pm
- Forum: General
- Topic: Unable to export a job getting error 30107 error
- Replies: 5
- Views: 1941
Open Admintrator client, select project, click Command button to open command window. There is no single command to check all indexes but, if you have exclusive access to the project, you could simply rebuild them anyway using the command DS.REINDEX ALL. Otherwise you need to execute each of the fol...
- Mon Apr 26, 2010 2:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dynamic Processing
- Replies: 6
- Views: 2021
- Mon Apr 26, 2010 2:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Partition after the Continuous funnel)
- Replies: 0
- Views: 2263
- Mon Apr 26, 2010 2:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error: Schema reconciliation detected a size mismatch
- Replies: 7
- Views: 8799
- Mon Apr 26, 2010 2:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can anybody explain - Use of RPC in Server Jobs
- Replies: 6
- Views: 2217
- Mon Apr 26, 2010 2:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: incremental date
- Replies: 3
- Views: 1620
- Mon Apr 26, 2010 2:41 pm
- Forum: General
- Topic: Unable to export a job getting error 30107 error
- Replies: 5
- Views: 1941
- Mon Apr 26, 2010 6:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to lock sql server table?
- Replies: 3
- Views: 1190
- Mon Apr 26, 2010 6:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSCheckRoutine
- Replies: 5
- Views: 2087
- Mon Apr 26, 2010 6:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generating sequence numbers using Stage variables
- Replies: 19
- Views: 7536
- Mon Apr 26, 2010 6:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Selecting first record from a table
- Replies: 5
- Views: 1951
- Mon Apr 26, 2010 6:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Selecting first record from a table
- Replies: 5
- Views: 1951
It is a fundamental tenet of database design and usage that it is the database server, not the user, that determines order of storage. Therefore, unless every record is timestamped somehow with the date/time it was inserted (so that you can specify the oldest), there is no such thing as the first re...