Search found 15603 matches
- Tue Sep 14, 2010 3:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: null handling warning
- Replies: 6
- Views: 1309
Demoting the message to informational is not going to help you, since the warning is most likely occurring in the sequential file write stage and any rows with one or more nulls will not get written to the output unless you handle nulls. You will need to handle nulls for all nullable columns when wr...
- Tue Sep 14, 2010 2:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: **VIEWDATA ROW LIMITER HIT**
- Replies: 1
- Views: 1713
- Tue Sep 14, 2010 2:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Connect two UNIX Systems
- Replies: 2
- Views: 1005
- Tue Sep 14, 2010 2:30 am
- Forum: General
- Topic: Routine - select a column in the job log
- Replies: 7
- Views: 2859
No, not using the API calls to get the log entries and it is better to modify your current return string to remove the invocation id column than to access the log files directly. I don't have access to DS right now, but if you post your output with invocation id included then I'm sure that I or some...
- Mon Sep 13, 2010 9:11 am
- Forum: General
- Topic: istool error: Unable to log on to the Datastage server
- Replies: 8
- Views: 6004
- Mon Sep 13, 2010 8:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I remove all special characters
- Replies: 6
- Views: 3223
- Mon Sep 13, 2010 7:53 am
- Forum: General
- Topic: istool error: Unable to log on to the Datastage server
- Replies: 8
- Views: 6004
- Mon Sep 13, 2010 6:51 am
- Forum: IBM QualityStage
- Topic: Performance Log Issue
- Replies: 2
- Views: 1608
- Mon Sep 13, 2010 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I remove all special characters
- Replies: 6
- Views: 3223
- Mon Sep 13, 2010 6:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Proble with datasets--One of the nodes is down.
- Replies: 9
- Views: 2838
- Mon Sep 13, 2010 6:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I remove all special characters
- Replies: 6
- Views: 3223
- Fri Sep 10, 2010 9:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warning
- Replies: 3
- Views: 1214
- Fri Sep 10, 2010 8:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Field() Function Ignore Delimiters Found Inside Quotes
- Replies: 8
- Views: 2812
- Fri Sep 10, 2010 8:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit conversion
- Replies: 5
- Views: 4073
If you add $OSH_PRINT_SCHEMAS = true to your job parameters you can see the actual schema used between your stages. You are converting HOSP_NUM to a datatype with less possible value and thus you are getting the warning message. The best solution is to explicitly convert the data to the same types i...
- Fri Sep 10, 2010 8:16 am
- Forum: General
- Topic: trimming line terminator
- Replies: 17
- Views: 5688