Search found 53125 matches
- Wed Jul 15, 2009 4:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple Instances
- Replies: 1
- Views: 1004
- Wed Jul 15, 2009 4:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error:No conductor nodes found in export node pool
- Replies: 5
- Views: 6473
- Wed Jul 15, 2009 4:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Common routines across projects
- Replies: 3
- Views: 1232
- Wed Jul 15, 2009 4:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: No Datastage Credential Error
- Replies: 1
- Views: 1387
- Wed Jul 15, 2009 4:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Trim space in between to words in transformer
- Replies: 2
- Views: 1005
Code: Select all
Convert(" ", "", InLink.TheName)- Wed Jul 15, 2009 4:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Output multi byte data indicating NLS:UTF8
- Replies: 9
- Views: 3706
Actually the map used on hashed files should be NONE, as they are completely internal to DataStage. So the data have come in to the hashed file in a job that mapped from UTF-8 (or SHIFT-JIS) and is written into the hashed file with no re-mapping (DataStage uses UV-UTF8 internally in server jobs). Th...
- Wed Jul 15, 2009 4:24 pm
- Forum: IBM QualityStage
- Topic: Street number is geting identified as house number suffix
- Replies: 6
- Views: 3636
- Tue Jul 14, 2009 9:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Output multi byte data indicating NLS:UTF8
- Replies: 9
- Views: 3706
Konishi-san, in theory you don't need to do anything special, just run the routine in an environment where the NLS character map is set to UTF8. The Oconv() function with an NLS map name can be used to force conversion. Check with Robert; I think that you already have some routines that handle Japan...
- Tue Jul 14, 2009 4:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dynamic creation on metadata
- Replies: 9
- Views: 3039
- Tue Jul 14, 2009 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Designer-Director Mismatch
- Replies: 4
- Views: 1865
- Tue Jul 14, 2009 4:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job activities in a sequence being invoked AFTER DELAY
- Replies: 7
- Views: 2833
No process. The millions of warnings returned from the database or operator are simply queued to be written to the log file. That buffering is largely under the control of the operating system. Sure there will be a DataStage process involved, but it will mainly be waiting for the buffered writes to ...
- Tue Jul 14, 2009 4:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Control M characters in Sequential File
- Replies: 9
- Views: 7393
In your routine simply where CtrlM = Char(13)
Code: Select all
Convert CtrlM To "" In Line- Tue Jul 14, 2009 4:09 pm
- Forum: General
- Topic: Metadata Tables
- Replies: 2
- Views: 1401
- Tue Jul 14, 2009 4:04 pm
- Forum: General
- Topic: Controller problem
- Replies: 1
- Views: 1195
- Tue Jul 14, 2009 1:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warning: score file
- Replies: 10
- Views: 1691