Search found 42189 matches
- Wed Mar 10, 2010 11:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing Script Output in After Job sub routine
- Replies: 10
- Views: 4816
- Wed Mar 10, 2010 11:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: LIKE operator in IF ELSE Condition
- Replies: 12
- Views: 10004
The Index() suggestion is akin to '%DELL%' rather than 'DELL%'. Use a simple substring check on the front of the string for that:
Code: Select all
If Link.Field[1,4] = 'DELL' then 'DELL' else if Link.Field[1,5] = 'Cisco' then 'Cisco' else 'N/A'- Wed Mar 10, 2010 10:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing Script Output in After Job sub routine
- Replies: 10
- Views: 4816
- Wed Mar 10, 2010 10:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to remove header and trailer from records.
- Replies: 27
- Views: 13421
- Wed Mar 10, 2010 10:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compilation error
- Replies: 15
- Views: 6537
- Wed Mar 10, 2010 10:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer compilation Error-DS7.5x.2
- Replies: 18
- Views: 5968
- Wed Mar 10, 2010 10:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Anyone interested in using ICONV, OCONV and FMT in PX
- Replies: 14
- Views: 8435
- Wed Mar 10, 2010 10:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing Script Output in After Job sub routine
- Replies: 10
- Views: 4816
- Wed Mar 10, 2010 10:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle enterprise stage performing unrequested rtrim
- Replies: 9
- Views: 3669
- Wed Mar 10, 2010 10:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to remove header and trailer from records.
- Replies: 27
- Views: 13421
- Wed Mar 10, 2010 10:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing Script Output in After Job sub routine
- Replies: 10
- Views: 4816
- Wed Mar 10, 2010 10:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Insertion Issue with Float datatype
- Replies: 15
- Views: 7150
Curious what you see when you view the data outside of DataStage, say with a tool like Toad or just sqlplus? I would put very little stock in what the View Data option from the stage shows you, it's not always gospel as the viewer has issues of its own. Use it as a general check of correctness but w...
- Wed Mar 10, 2010 10:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: issue on Type30 files
- Replies: 13
- Views: 7029
- Wed Mar 10, 2010 10:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI stage tuning
- Replies: 6
- Views: 2942
Click the Help button in the stage. I've never had a need to touch the prefetch and Array Size has too many variables to simply give anyone a number. It controls how many records are sent 'at a time' over the network to the database, so 1 would be the slowest but sometimes things only work when it i...
- Wed Mar 10, 2010 8:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compilation error
- Replies: 15
- Views: 6537