Search found 42189 matches

by chulett
Wed Feb 09, 2011 11:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replace
Replies: 6
Views: 2298

I was responding to the original question, specifically - replacing the contents of positions 10 thru 12 in the string. One time, one place, hence the suggestion to substring. The OP was wondering how to make the pxEreplace do the same because there can be multiple occurances of the target character...
by chulett
Wed Feb 09, 2011 11:13 pm
Forum: General
Topic: DS_AUDIT not updated
Replies: 8
Views: 3314

OK, verified. Any idea if there is an XMETA equivalent or have they migrated that functionality elsewhere in the suite?
by chulett
Wed Feb 09, 2011 11:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call stored procedure in transformer stage
Replies: 8
Views: 3373

I was wondering what exactly your proc, the one that you need to call does, not what one does in general. :wink:

I feel it would help to know what it does in order to help with the "how do I test it is working correctly" part.
by chulett
Wed Feb 09, 2011 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how data loads in db2 stage after restarting
Replies: 6
Views: 1801

A Server job that sources from a dataset? I think not... hold on tight, off to PX land we go!
by chulett
Wed Feb 09, 2011 10:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call stored procedure in transformer stage
Replies: 8
Views: 3373

I was thinking the SP stage had an ODBC option for 'Vendor' but on examining the docs that seems to be... incorrect. Can you go into a little more detail on your need here? What does the proc do? Do you need to execute it only once? Or once per row? The latter is going to be quite painful from a per...
by chulett
Wed Feb 09, 2011 6:58 pm
Forum: General
Topic: DS_AUDIT not updated
Replies: 8
Views: 3314

That certainly was the place to check in the pre 8.x world, not so sure it can be counted on any longer. Perhaps there is an XMETA equivalent you can query?
by chulett
Wed Feb 09, 2011 6:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replace
Replies: 6
Views: 2298

Quite simple to substring instead, as already suggested.
by chulett
Wed Feb 09, 2011 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller problem: Error calling DSSetParam
Replies: 3
Views: 4678

First step? Help yourself - an exact search for "[ParamValue/Limitvalue is not appropriate]" will reveal all.
by chulett
Wed Feb 09, 2011 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call stored procedure in transformer stage
Replies: 8
Views: 3373

Not navitely but could you not do so via ODBC?
by chulett
Wed Feb 09, 2011 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What function to use for replacing string?
Replies: 4
Views: 3425

Split from this topic. I had to guess on the particulars (version, O/S) so if either are wrong please edit your post and correct them.
by chulett
Wed Feb 09, 2011 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call stored procedure in transformer stage
Replies: 8
Views: 3373

Why not use the Stored Procedure stage?
by chulett
Wed Feb 09, 2011 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replace
Replies: 6
Views: 2298

Substring using the "[]" operators:

Code: Select all

YourString[1,9]:"XXXX":YourString[13,999]
Where "XXXX" is the replacement text for string positions 10 thru 12.

Edited because you actually meant 10th thru 12th. :?
by chulett
Wed Feb 09, 2011 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: insert and updateConstraints with columns having null values
Replies: 7
Views: 4027

Yes, that would be the typical solution to this particular problem, the use of 'in-band' nulls on both sides of the lookup.
by chulett
Wed Feb 09, 2011 8:08 am
Forum: General
Topic: How to store Job start time,end time,job name in Oracle
Replies: 51
Views: 37920

:!: Just a quick note :!: RSunny, we are now on the fourth page of your hijacking of this thread, something I shouldn't have allowed to happen. Next time you have questions or problems of your own, start a new post. When I get some time, I'll get out the scapel and see if I can hack these two apart ...
by chulett
Wed Feb 09, 2011 8:03 am
Forum: General
Topic: How to store Job start time,end time,job name in Oracle
Replies: 51
Views: 37920

That file is an include file (hence the .h) which defines status and error codes, amongst other things. I pointed it out to you so you could look up your -13 error, not as any kind of usage "documentation". :? Oddly enough, you'll find these functions amongst your online documentation such...