Search found 42189 matches

by chulett
Fri Dec 11, 2015 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Get Date from a String
Replies: 4
Views: 1897

Looks like we need to chat about dates. For the record, "2015-11-20" is not a date, it is a string formatted in the external representation of a date. An actual DATE field has no format and is basically stored internally as a large number, the number of offset days from a certain zero date...
by chulett
Thu Dec 10, 2015 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file in server version
Replies: 8
Views: 5078

Or that. :wink:

"Reworked fix for previous issue to avoid unexpected side-effect"

I hate those.
by chulett
Thu Dec 10, 2015 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting Characters from a row
Replies: 6
Views: 1883

True... forgot to mention that... possibly depending on what else is in the string.
by chulett
Thu Dec 10, 2015 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp issue when using Pivot Stage
Replies: 10
Views: 3299

I know you are appending zeroes, the 'think' part was as to the validity of the date as in are you appending them to a valid date? We'd need to see your "IsValid" logic to check out that part of the puzzle...
by chulett
Thu Dec 10, 2015 11:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file in server version
Replies: 8
Views: 5078

Sounds like you are going 'the wrong direction' with the link.
by chulett
Thu Dec 10, 2015 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting Characters from a row
Replies: 6
Views: 1883

Ah, never mind. "I have a text file" so there's no actual CLOB involved, just a string field with that name. You really need to supply more information so we don't have to guess at some of these answers. For example, you mention "first row" and "last row"... what happen...
by chulett
Thu Dec 10, 2015 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting Characters from a row
Replies: 6
Views: 1883

Welcome. Not sure why people would be storing small strings in a CLOB field, is there more to it than that or is that literally the entire contents? I'd also be curious what requirements you were given, any direction on how to accomplish this. What database are we talking about? They typically come ...
by chulett
Thu Dec 10, 2015 10:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp issue when using Pivot Stage
Replies: 10
Views: 3299

Fix your issue? You may think you are appending that zero time to a date but the error message says you are not, so I would ensure your dates are always valid before you add the time as all it takes is one bad apple to cause that message. If you are sure everything you are doing is fine, contact sup...
by chulett
Thu Dec 10, 2015 8:09 am
Forum: Site/Forum
Topic: Premium Membership not Renewed
Replies: 6
Views: 13407

It's in my previous reply in this thread.
by chulett
Thu Dec 10, 2015 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp issue when using Pivot Stage
Replies: 10
Views: 3299

So check with support.
by chulett
Thu Dec 10, 2015 8:04 am
Forum: General
Topic: enviornmental varaible clarification
Replies: 3
Views: 3177

Sure. Let's say that. :wink:
by chulett
Thu Dec 10, 2015 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file in server version
Replies: 8
Views: 5078

You're not able to create the link at all? Or something else? :?
by chulett
Wed Dec 09, 2015 4:56 pm
Forum: General
Topic: Yesterday's Date Help!
Replies: 9
Views: 3494

I never got a chance to be awesome. :cry:
by chulett
Wed Dec 09, 2015 1:31 pm
Forum: General
Topic: Yesterday's Date Help!
Replies: 9
Views: 3494

Still not clear... if it needs to be a job parameter so it can be "used in other stages" who/what is responsible for fetching or setting the value? Does "other stages" mean in a Sequence job? Other stages in a PX job? And what in the heck does this have to do with the script? :? ...