You can't. Blank is not a legal value for decimal and integer data types.
You might try changing the data type to Char.
Search found 53125 matches
- Mon Oct 08, 2012 12:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CFF stage issue with OCCURS and blank default values
- Replies: 6
- Views: 3279
- Sun Oct 07, 2012 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion error warning
- Replies: 3
- Views: 2521
- Sun Oct 07, 2012 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata Connector Invalid password
- Replies: 3
- Views: 1791
- Sun Oct 07, 2012 3:50 pm
- Forum: IBM QualityStage
- Topic: Match Designer - Unduplicate - Table Create Failed
- Replies: 2
- Views: 3883
- Sat Oct 06, 2012 2:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: left outer join and where caluse
- Replies: 6
- Views: 2733
- Sat Oct 06, 2012 2:40 am
- Forum: General
- Topic: Unable to logon to Infosphere server
- Replies: 5
- Views: 1829
That's not the URL for version 8.7 (though it was for earlier versions).
Try http://machinename:9080/ibm/iis/console
Try http://machinename:9080/ibm/iis/console
- Fri Oct 05, 2012 3:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NLS locale (US-ENGLISH) has been specified for category TIME
- Replies: 2
- Views: 1841
Actually it's neither of the things you envisage. Was this job exported from a system on which NLS is enabled and imported to this system on which NLS is not enabled? The request for the NLS locale setting has come with the job, but the locale is not available on a system on which NLS is not install...
- Fri Oct 05, 2012 2:59 pm
- Forum: General
- Topic: Unable to logon to Infosphere server
- Replies: 5
- Views: 1829
- Fri Oct 05, 2012 5:43 am
- Forum: General
- Topic: Sequencer with few stage to call multiple parallel
- Replies: 7
- Views: 1678
- Thu Oct 04, 2012 11:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: instr in datastage
- Replies: 5
- Views: 4047
- Thu Oct 04, 2012 11:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sorting Stage Tunning
- Replies: 1
- Views: 1294
Stable sort does require rather more memory. Do you really need a stable sort? That is, is it really part of your requirement that the original order of records is preserved for each value of sort key? In my experience it rarely is. So I'd first look at disabling stable sort. I'd also look at cleani...
- Thu Oct 04, 2012 11:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DFLOAT DATATYPE MISMATCH
- Replies: 2
- Views: 3566
- Thu Oct 04, 2012 3:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata warning from character set to ISO-8859-1may affect
- Replies: 4
- Views: 2855
- Thu Oct 04, 2012 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WriteHash() - Write failed for record id 'CHER'
- Replies: 2
- Views: 1517
- Thu Oct 04, 2012 3:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract produces nothing but columns repeated as output
- Replies: 7
- Views: 2717
DS_CONNECT is executed within the dssh environment, possibly from the Administrator client Command window, possibly by logging in on the engine machine. DS_CONNECT <<DSN>> You are prompted for a user name and password for the data source, and then connection succeeds or fails. If connection succeeds...