Search found 6797 matches
- Wed Mar 07, 2007 11:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL data type 'BIT' not supported
- Replies: 11
- Views: 3643
- Wed Mar 07, 2007 11:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Subrecord to Varchar
- Replies: 23
- Views: 7262
- Wed Mar 07, 2007 11:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Subrecord to Varchar
- Replies: 23
- Views: 7262
- Wed Mar 07, 2007 11:11 am
- Forum: General
- Topic: Delete from DB2 Table
- Replies: 3
- Views: 1402
- Wed Mar 07, 2007 11:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Insert Null values into Oracle date column
- Replies: 12
- Views: 8705
You can insert a null value. Do an explicit check with IsNull() and then SetNull() if its a nullable column. If its not then your requirements will state what to specify if null is encountered, specify that as null_value in the extended properties. It can also be specified using NullToValue() in tra...
- Wed Mar 07, 2007 10:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL data type 'BIT' not supported
- Replies: 11
- Views: 3643
- Wed Mar 07, 2007 10:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Scheduler User info
- Replies: 5
- Views: 1024
- Wed Mar 07, 2007 10:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: it is possible to remove the duplicares using sort stage?
- Replies: 7
- Views: 1200
- Wed Mar 07, 2007 10:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ routine
- Replies: 12
- Views: 3626
- Wed Mar 07, 2007 10:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what is the meaning of allow multiple instances?
- Replies: 7
- Views: 7350
- Wed Mar 07, 2007 10:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ routine
- Replies: 12
- Views: 3626
- Wed Mar 07, 2007 9:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ routine
- Replies: 12
- Views: 3626
- Wed Mar 07, 2007 9:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Director job monitoring warning message
- Replies: 4
- Views: 1410
- Wed Mar 07, 2007 9:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reject row capturing
- Replies: 17
- Views: 5119
- Wed Mar 07, 2007 9:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Max of date from Aggregator
- Replies: 3
- Views: 6716
See if thispost helps.