Search found 53125 matches
- Wed Aug 10, 2011 3:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Insert Blank space for null value in teradata table
- Replies: 3
- Views: 5130
- Wed Aug 10, 2011 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Replace instance with string
- Replies: 5
- Views: 1875
- Wed Aug 10, 2011 3:37 pm
- Forum: General
- Topic: How should we verify the environment is good after server ma
- Replies: 1
- Views: 907
- Wed Aug 10, 2011 3:36 pm
- Forum: General
- Topic: Export jobs from one Windows to Z -linux
- Replies: 2
- Views: 1114
- Wed Aug 10, 2011 3:34 pm
- Forum: General
- Topic: deleting lock records from xmetalockinfo table
- Replies: 3
- Views: 2051
- Wed Aug 10, 2011 3:31 pm
- Forum: IBM QualityStage
- Topic: Inputs to Matching Stage
- Replies: 2
- Views: 888
- Wed Aug 10, 2011 3:30 pm
- Forum: IBM QualityStage
- Topic: Match Frequency Process
- Replies: 9
- Views: 2917
When you get up to Match, you will find that both match stages require frequencies as input. So you have to generate them if for this reason alone. The test results database drives the interactive Match Designer test utility. You need to have created this database and an ODBC connection to it. What ...
- Wed Aug 10, 2011 3:28 pm
- Forum: IBM QualityStage
- Topic: Overrides in Standardization Stage
- Replies: 5
- Views: 1385
- Wed Aug 10, 2011 3:27 pm
- Forum: Site/Forum
- Topic: Membership Renewal time
- Replies: 8
- Views: 5731
- Tue Aug 09, 2011 5:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Field 'column name' has keyprep export buffer overrun error
- Replies: 2
- Views: 4785
- Tue Aug 09, 2011 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: setting a unix ENV variable at job level through paramset
- Replies: 1
- Views: 1174
- Tue Aug 09, 2011 3:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Right to left parsing in Transformer
- Replies: 3
- Views: 1361
You might also consider if the format you gave is consistent. This expression is appropriate for the parallel or BASIC Transformer stages.
Code: Select all
Field(InLink.TheString, "/", 3)- Tue Aug 09, 2011 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Right to left parsing in Transformer
- Replies: 3
- Views: 1361
If you use a BASIC Transformer stage you have as a complete solution.
Code: Select all
MatchField(InLink.TheString, "0X0N", 2)- Tue Aug 09, 2011 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IA chewing up space at alarming rate
- Replies: 3
- Views: 1604
- Tue Aug 09, 2011 3:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: COPY_STAGE
- Replies: 3
- Views: 1902