Search found 42189 matches

by chulett
Mon Aug 21, 2017 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unexpected results from IF THEN clause
Replies: 9
Views: 2511

Sort of. Make sure you understand that NULL and an empty string are not the same thing. Have you tried using either the IsNull or IsNotNull functions as appropriate?
by chulett
Mon Aug 21, 2017 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unexpected results from IF THEN clause
Replies: 9
Views: 2511

Out of curiosity, are you trying to check for "empty" columns and if so, what exactly does empty equate to in whatever you are checking? I'm wondering if you are looking for an empty string when they are (or can be) NULL instead... which are not equivalent.
by chulett
Mon Aug 21, 2017 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert MF Date CYYMMDD to DD-MMM-YY:00:00:00
Replies: 11
Views: 4491

ffsw13 - did you get this worked out?
by chulett
Mon Aug 21, 2017 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Storing TimeStamp with MicroSeconds in a Varchar field
Replies: 2
Views: 2040

So... how exactly are you attempting to change the format? Does it involve an actual timestamp field, perhaps one that doesn't have microseconds enabled?
by chulett
Fri Aug 18, 2017 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle OCI Decimal(38) versus Connector DOUBLE
Replies: 3
Views: 2288

Exactly... an Oracle NUMBER with no precision or scale is stored internally as a FLOAT.
by chulett
Fri Aug 18, 2017 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert MF Date CYYMMDD to DD-MMM-YY:00:00:00
Replies: 11
Views: 4491

I hear you. I spend more years than I'd care to mention doing COBOL on minis and then many after that dealing with MF files, EBCDIC, packed fields, etc. Survived Y2K with the goofy "packed dates" we had to fix everywhere... trying to recall the specifics but years ago they had decided to s...
by chulett
Thu Aug 17, 2017 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert MF Date CYYMMDD to DD-MMM-YY:00:00:00
Replies: 11
Views: 4491

For a timestamp column, you don't need "steps 2 and 3", they are all about a string as the target. You need to look at the StringToTimestamp function.
by chulett
Wed Aug 16, 2017 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert MF Date CYYMMDD to DD-MMM-YY:00:00:00
Replies: 11
Views: 4491

So... do you actually need to convert it to a timestamp or to a string, an external representation of the timestamp's value using the format mask you posted?
by chulett
Tue Aug 15, 2017 2:53 pm
Forum: General
Topic: Run-time error '5' Invalid procedure call or argument
Replies: 5
Views: 3818

Okay, good piece of information to know. Then as noted, your project (or projects?) have some level of corruption in them. Let us know if the tech note helps or not...
by chulett
Tue Aug 15, 2017 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector from sequential to partition read fails
Replies: 6
Views: 3722

wpkalsow wrote:I view the "in the documentation" as a total waste of everyone's time.
Really? Okay. Not really sure what you were expecting then after making your "source code" comment. And good to know my statement wasn't all that helpful or informative to you. :roll:
by chulett
Tue Aug 15, 2017 12:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector from sequential to partition read fails
Replies: 6
Views: 3722

Re: Oracle Connector from sequential to partition read fails

I am wondering if the CC_OraPartitionedTableHelper.cpp at line 1887 is attempting to select from a system table or view that I may not have access to. No access to the source code... That was my first thought as well. No need for any "source code", from what I recall the grants needed are...
by chulett
Tue Aug 15, 2017 11:28 am
Forum: General
Topic: Run-time error '5' Invalid procedure call or argument
Replies: 5
Views: 3818

Guessing your client install is corrupted unless this happens to anyone else as well. If it's just you, I would suggest a re-install of the client.
by chulett
Tue Aug 15, 2017 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Json File 717MB unable to import in Datastage
Replies: 9
Views: 4048

There's no reason to import the whole dang thing. Cut the size down, create a new file with just a single set of properties, a single example of the data and then import that.
by chulett
Mon Aug 14, 2017 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage MD5 Implementation
Replies: 12
Views: 5856

FWIW, Oracle does.