Search found 42189 matches
- Sat Jul 18, 2009 7:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01036: illegal variable name/number
- Replies: 7
- Views: 2316
- Sat Jul 18, 2009 7:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date format problem
- Replies: 2
- Views: 1001
I would try stripping all of the non-numeric values and then check for zero:
(assuming no other transformations are needed)
Code: Select all
If DIGITS(Link.DateField) = 0 Then @NULL Else Link.DateField- Fri Jul 17, 2009 8:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Set stage; view data
- Replies: 5
- Views: 2288
- Fri Jul 17, 2009 6:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The runLocally() of the operator failed.
- Replies: 1
- Views: 2511
- Fri Jul 17, 2009 6:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot import server routine DS 8.0 in DS 8.1
- Replies: 25
- Views: 10758
- Fri Jul 17, 2009 5:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with dsjob command...
- Replies: 7
- Views: 2447
- Fri Jul 17, 2009 1:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wide Character error
- Replies: 3
- Views: 1250
Odd... don't recall "wide character" ever being something posted here before. Not sure if this helps at all but there's a stub wiki article on the subject.
- Fri Jul 17, 2009 1:06 pm
- Forum: General
- Topic: Using Lookups And Error Reporting
- Replies: 12
- Views: 3460
Well... you might be surprised how many people would rather come here and ask than read any of the documentation or try to work something out on their own, so just wanted to get that out of the way since it seemed from your post like you might not have been thru the docs yet. And it's not like I use...
- Fri Jul 17, 2009 10:21 am
- Forum: General
- Topic: Aggregation
- Replies: 8
- Views: 1709
- Fri Jul 17, 2009 10:19 am
- Forum: General
- Topic: Using Lookups And Error Reporting
- Replies: 12
- Views: 3460
It would behoove you greatly to read the documentation that ships with the product, specifically the Parallel Job Developer's Guide pdf. There is a chapter on the Lookup Stage there as well as the related Join Stage and Merge Stage. You need to understand how they work in order to be successful desi...
- Fri Jul 17, 2009 9:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: change job parameter at runtime
- Replies: 12
- Views: 3917
- Fri Jul 17, 2009 9:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating a new user
- Replies: 3
- Views: 1020
- Fri Jul 17, 2009 8:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01036: illegal variable name/number
- Replies: 7
- Views: 2316
- Fri Jul 17, 2009 8:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date format not supported
- Replies: 11
- Views: 3708
If the stage generates the SQL then yes, it will already use TO_CHAR. And you need it, one way or the other, to make this work properly. Lastly you can't use TO_TIMESTAMP as you're not dealing with an Oracle TIMESTAMP column, but rather a DATE - which just so happens to carry a time portion in Orac...
- Fri Jul 17, 2009 6:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error logging
- Replies: 9
- Views: 2050