Search found 42189 matches

by chulett
Mon Dec 05, 2011 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDecimal logic
Replies: 19
Views: 4613

Re: FAQ entry - PM sent.
by chulett
Mon Dec 05, 2011 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running Oracle Cursor at Before SQL
Replies: 13
Views: 8745

Right. Those options were made for other purposes and when used as you noted, there are... limitations.
by chulett
Mon Dec 05, 2011 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to view all records from sequential file
Replies: 20
Views: 6585

Your metadata doesn't match your file's data, nothing more than that. What settings are you using in the stage? What is different between a row it will process and one it rejects? Can you post an example of each?
by chulett
Mon Dec 05, 2011 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Very slow UPSERT by oracle Enterprise Stage
Replies: 8
Views: 3770

Did your DBA explain why that happened? When you join two columns of different data types, Oracle 'up converts' one to the other data type under the covers. In your case the string field was converted to a NUMBER before being joined to the incoming data and the moment that conversion happened it cou...
by chulett
Mon Dec 05, 2011 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data using Oracle Connector
Replies: 3
Views: 3373

I'd check with your official support provider, see if this is a known issue.
by chulett
Mon Dec 05, 2011 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running Oracle Cursor at Before SQL
Replies: 13
Views: 8745

Correct, it's not really meant to be used for the purpose you attempted and if you want to 'insert thousands of rows' you should source from a file of values and let the 'main flow of data' handle all that. I've used it to dynamically build SQL for the stage to read so we could customize the select ...
by chulett
Sun Dec 04, 2011 11:56 pm
Forum: General
Topic: Unpacking Downloaded Software
Replies: 2
Views: 1176

I can't say for certain but typically zipped 'sub-folders' or objects like that should be left alone, the installer will handle those for you.
by chulett
Sun Dec 04, 2011 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 2
Views: 936

StringToDate() followed by WeekdayFromDate() should do the trick.
by chulett
Sun Dec 04, 2011 11:50 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: DS jobs to be parameterized while exposed as webservi
Replies: 2
Views: 3168

From what I recall, you assign values to the parameters using the ISD tool as well. (in the past, via the RTI console)
by chulett
Sun Dec 04, 2011 8:42 am
Forum: General
Topic: export DS job in dsx format from command line at server side
Replies: 4
Views: 4164

I'm curious why the "need" for the dsx file format? In the 8.x world and going forward, istool is the mechanism for imports and exports.
by chulett
Sun Dec 04, 2011 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Open command in ODBC stage
Replies: 4
Views: 2178

Once for each node if the stage is running in parallel mode.
by chulett
Sat Dec 03, 2011 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDecimal logic
Replies: 19
Views: 4613

Let this be a lesson to you and anyone playing along from our home audience - always give us proper (as in real) examples, not made up, half-assed bogus ones! :evil:

:wink: :lol:
by chulett
Sat Dec 03, 2011 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDecimal logic
Replies: 19
Views: 4613

From what I recall, you have to 'edit row' (by double-clicking on it?) in order to find those properties. Then you select 'Packed' and then the proper 'sub-property' to let it know how it is packed. It's all in the documentation.
by chulett
Sat Dec 03, 2011 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sum using aggregator
Replies: 9
Views: 2457

pandeesh wrote:Moderator,

Is it possible to change the topic name to sum using Transformer?
Yes, and you can do it. You can edit any of your own posts, including the topic starter, so have at it. :wink:
by chulett
Sat Dec 03, 2011 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDecimal logic
Replies: 19
Views: 4613

The example given isn't quite packed/zoned decimal notation (the values for the sign are not correct), therefore the overpunch sign option won't work which is unfortunate. I wasn't going by the example (we've seen plenty of bogus / misleading / incomplete examples in the past) but rather by the des...