If it looks like an interview question, sounds like an interview question and quacks like an interview question...
Not the first time this one has been asked here, either.
Search found 53125 matches
- Mon Jun 06, 2011 9:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Output 10 records for 1 record
- Replies: 4
- Views: 8238
- Mon Jun 06, 2011 9:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage job error
- Replies: 12
- Views: 3619
- Mon Jun 06, 2011 9:02 pm
- Forum: General
- Topic: DS Admin client access
- Replies: 2
- Views: 1659
- Mon Jun 06, 2011 8:58 pm
- Forum: General
- Topic: datastage job not getting called through batch file
- Replies: 11
- Views: 5247
- Mon Jun 06, 2011 8:56 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Setting a Baseline
- Replies: 1
- Views: 1547
- Mon Jun 06, 2011 5:10 am
- Forum: General
- Topic: Upgrade from DataStage 8.1 to 8.5
- Replies: 7
- Views: 6378
- Mon Jun 06, 2011 5:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unbalanced input from partition 1
- Replies: 1
- Views: 2722
This operator can appear, for example, if you're using Sort Merge as a collector algorithm or if you've specified a Sort Funnel. Your score will tell you precisely where the Sort Merge operator has been used. This operator has reported to you that there is a reportable imbalance in the number of row...
- Mon Jun 06, 2011 5:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage job error
- Replies: 12
- Views: 3619
- Mon Jun 06, 2011 5:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Identifying records with special characters
- Replies: 9
- Views: 2612
Or, more simply:
Code: Select all
Convert("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789","",Upcase(YourColumn))- Sun Jun 05, 2011 11:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Duplication of records using Datastage
- Replies: 4
- Views: 1940
- Sun Jun 05, 2011 9:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NextSurrogateKey function and Oracle RAC multi-node
- Replies: 7
- Views: 3738
- Sun Jun 05, 2011 5:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Joining two datasets.
- Replies: 3
- Views: 1992
- Sun Jun 05, 2011 4:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NextSurrogateKey function and Oracle RAC multi-node
- Replies: 7
- Views: 3738
- Sun Jun 05, 2011 3:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: File Data in Table Column
- Replies: 11
- Views: 3463
Even that is sub-optimal, because you re-evaluate Char(13) for every record. Better would be to evaluate Char(13) (and, possibly, Char(254)) when initializing stage variables, and not to derive those stage variables further. Then Convert(svFieldMark, svNewLine, InLink.TheString) to effect the conver...
- Sun Jun 05, 2011 3:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NextSurrogateKey function and Oracle RAC multi-node
- Replies: 7
- Views: 3738