Search found 42189 matches

by chulett
Mon Jan 20, 2014 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use stage variable to count rows in transformer
Replies: 1
Views: 1485

Depends on what you want. Increment per row and then use Remove Duplicates to keep only the last row, perhaps. Or just use an Aggregator.
by chulett
Sun Jan 19, 2014 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date field column loading into Oracle Database?
Replies: 4
Views: 1003

Oracle target is a DATE or TIMESTAMP but you don't want any time portion in it? And I'm kind of surprised they have 'midnight' at the end of a 12AM time; what do they do for 12PM, add 'noon'? :? Regardless, it looks like the only thing that requires any transformation is your date field and Ray has ...
by chulett
Sat Jan 18, 2014 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date field column loading into Oracle Database?
Replies: 4
Views: 1003

Clarify your source data types... strings? And the target - two fields or one? What are their data type(s)? And is there truly no space between the month and year in your input?
by chulett
Fri Jan 17, 2014 10:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input not sorted at record
Replies: 10
Views: 7526

You're trying to do that in the source? See if the chr() function helps, give it the decimal value of the problem character. Use it rather than your hex notation in the trim.
by chulett
Fri Jan 17, 2014 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input not sorted at record
Replies: 10
Views: 7526

You need to check it in a hex editor or do an 'octal dump' on the UNIX side and determine what the actual hexadecimal code(s) is.
by chulett
Fri Jan 17, 2014 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table Locking in Oracle
Replies: 5
Views: 1944

So... you've got three people with varying answers and interpretations of your post. Out of curiousity what was the actual resolution to your question?
by chulett
Fri Jan 17, 2014 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input not sorted at record
Replies: 10
Views: 7526

FWIW, I've been in your shoes. Sort in the source, assert that it is already sorted in the job and everything tests out fine, volume testing in UAT/QAT works well too. It spends a short time in Production and then blam! falls over dead... something comes in that we'd never seen before in a sort fiel...
by chulett
Fri Jan 17, 2014 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input not sorted at record
Replies: 10
Views: 7526

Have you checked the actual values around that record to see the nature of the issue? Perhaps Netezza is performing a string sort and DataStage is expecting a numeric one. You really need to see the sequence of sorted values to figure out what's going on, even if it is bajillions of records.
by chulett
Fri Jan 17, 2014 7:39 am
Forum: General
Topic: Sequential files written to the Datastage Project Directory
Replies: 6
Views: 1191

That's toned down from his normal reply, which usually involves some sort of bat - baseball, cricket, whatever. :wink:

I'm marking this as Resolved but feel free to come back and continue the conversation if needed.
by chulett
Thu Jan 16, 2014 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance of Sequential File Stage
Replies: 7
Views: 5076

Exactly. I wager 400 Quatloos on Oracle being the sole 'bottleneck' here.
by chulett
Thu Jan 16, 2014 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load a packed decimal field from an EBCIDIC file
Replies: 4
Views: 1884

Done. But keep in mind the fact that you can too - as long as a post hasn't been replied to yet, the original poster can delete it. FYI.
by chulett
Thu Jan 16, 2014 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of aggregator stage to sum columns value
Replies: 6
Views: 2871

Only if you have a valid license.
by chulett
Thu Jan 16, 2014 11:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of aggregator stage to sum columns value
Replies: 6
Views: 2871

You don't need stage variables, just a simple derivation in the new column to add the other three together. And this is not something you can do in the Aggregator, it does sums across rows not within.
by chulett
Thu Jan 16, 2014 10:22 am
Forum: General
Topic: Sequential files written to the Datastage Project Directory
Replies: 6
Views: 1191

Not that I'm aware of. Make them bother. :wink:
by chulett
Thu Jan 16, 2014 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column order logic clarification
Replies: 10
Views: 2539

I don't see either column headers or a schema file being possible here. I base that on the assumption that they mean the file can contain columns in any order record by record in a single file. This rather than a fixed but 'random' order file by file.

Vamsi, can you clarify please?