Search found 42189 matches

by chulett
Mon Sep 01, 2014 10:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File reading records as if in an infinite loop
Replies: 18
Views: 10310

First, off to the Server forum for you! Second, can you detail out your job design for us, please?
by chulett
Mon Sep 01, 2014 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine
Replies: 9
Views: 7728

... and at a moments notice it could change again... and again...

:wink:
by chulett
Mon Sep 01, 2014 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Nested Tables
Replies: 10
Views: 2581

They are tables that hold tables - basically sub-tables / multivalued data. For the 'efficient' part, I would think we'd need to know the volumes involved.
by chulett
Sun Aug 31, 2014 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrating SDKSequences File
Replies: 5
Views: 3553

Right, so a Type 2 to a Type 30. And yes, it seems like you could follow the 'option 3' steps.
by chulett
Sun Aug 31, 2014 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrating SDKSequences File
Replies: 5
Views: 3553

For those of us without access to 9.1, what exactly are the 'differences' of which you speak? Nothing core to Server jobs changed in... forever. If the internal structure of the hashed file has changed, however, should be pretty simple to write a converter. I'd just be shocked if they did such a thi...
by chulett
Sat Aug 30, 2014 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Data Changed to Zero
Replies: 7
Views: 3164

Got distracted and forgot to note that. D'oh.
by chulett
Sat Aug 30, 2014 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Data Changed to Zero
Replies: 7
Views: 3164

Right. Use explicit transformations, don't just take strings and shove them into other datatypes. :wink:
by chulett
Sat Aug 30, 2014 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp Null Issue in Migration
Replies: 4
Views: 1799

Why don't you share with us the details of your job design specific to this field - stages, datatypes, transformations, etc - then perhaps we can spot where things are going wrong.
by chulett
Fri Aug 29, 2014 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage int32 vs decimal(10,0)
Replies: 7
Views: 4212

I'm not sure any of this affects 'performance' per se. What is your actual Oracle datatype?
by chulett
Fri Aug 29, 2014 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Timestamp Conversion
Replies: 9
Views: 5130

Your IsValid derivation is incorrect. Validate the string and only convert to a timestamp if it passes validation. As to the warning, show us your chopping.
by chulett
Thu Aug 28, 2014 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Timestamp Conversion
Replies: 9
Views: 5130

You'd need some kind of equivalent to what say, Oracle does with the TIMESTAMP WITH TIME ZONE or TIMESTAMP WITH LOCAL TIME ZONE datatypes.
by chulett
Thu Aug 28, 2014 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage seems to read file content, only need filenames
Replies: 3
Views: 2920

Did you ever get this resolved? Stumbled back on this today and just wanted to add that you could also use the Filter option of the Sequential File stage to feed in just the filenames using something like an "ls -1 <pattern>" O/S command.
by chulett
Thu Aug 28, 2014 3:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fixed Width Length
Replies: 4
Views: 2981

Without it being "fixed width delimited" (i.e. fixed width fields but with a record delimiter) then they must ensure that those trailing spaces are preserved as the file is read byte by byte based on the sizes you define. Have the source system correct the file. You're certain about the re...