Search found 15603 matches
- Fri Aug 31, 2012 7:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing the WVARCHAR column into a VARCHAR database column
- Replies: 9
- Views: 19980
- Thu Aug 30, 2012 9:29 am
- Forum: Site/Forum
- Topic: Premium Post contents display
- Replies: 5
- Views: 4765
- Thu Aug 30, 2012 8:16 am
- Forum: Site/Forum
- Topic: Premium Post contents display
- Replies: 5
- Views: 4765
- Thu Aug 30, 2012 5:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join Stage
- Replies: 3
- Views: 1103
- Thu Aug 30, 2012 3:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Len function not working properly
- Replies: 7
- Views: 2027
- Thu Aug 30, 2012 2:35 am
- Forum: Site/Forum
- Topic: Premium Post contents display
- Replies: 5
- Views: 4765
Premium Post contents display
Would it be possible to insert some small character or sign in premium posts showing where the text is cut off for non-premium members? This can be helpful to see which part of a message a user might not have been able to read.
- Thu Aug 30, 2012 2:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Len function not working properly
- Replies: 7
- Views: 2027
No, not before we know what the padded values are. How are you converting from CHAR to VARCHAR in the transform stage? You can use the STR() function to see what a given character is, so in your case make a debug output from your transform, output STR(In.Col[8]) and see if it is indeed 0x0 or some o...
- Thu Aug 30, 2012 2:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading COMP-3 fields with Sequential file stage
- Replies: 3
- Views: 1806
- Thu Aug 30, 2012 12:57 am
- Forum: General
- Topic: BeforeJob does not appear in job log
- Replies: 9
- Views: 2598
- Wed Aug 29, 2012 7:38 am
- Forum: General
- Topic: BeforeJob does not appear in job log
- Replies: 9
- Views: 2598
- Wed Aug 29, 2012 3:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in disabling RCP...
- Replies: 11
- Views: 5857
- Tue Aug 28, 2012 10:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Windows connectivity to DB
- Replies: 2
- Views: 898
- Tue Aug 28, 2012 7:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error While reading TinyInt field from MYSQL database
- Replies: 11
- Views: 7236
- Tue Aug 28, 2012 5:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scratch space issue
- Replies: 3
- Views: 1716
- Tue Aug 28, 2012 1:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scratch space issue
- Replies: 3
- Views: 1716
A 2-node configuration won't help you. How many Gb is your source file? Are you reading from a sequential file or a table or a DataSet? Does the data have lots of varchar() fields declared much larger than the contents (i.e. VarChar(32) when only 2-3 bytes are used)? Have you checked to see if your ...