Search found 42189 matches

by chulett
Wed Mar 28, 2012 3:26 pm
Forum: General
Topic: How to find first occurance of numeric value in a string
Replies: 13
Views: 4858

That too. :wink:
by chulett
Wed Mar 28, 2012 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hi All
Replies: 1
Views: 553

Sorry, but you've been here long enough to know that "Hi All" is not an acceptable subject for a post. And this looks like, almost word for word, a work assignment given to you and then passed along to us. :? What have you tried so far? What are your thoughts on how to approach this?
by chulett
Wed Mar 28, 2012 12:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Insert into Oracle Database
Replies: 8
Views: 3299

Oracle's COALESCE? It doesn't generate anything, it returns the first non-NULL expression in a list of expressions. :?
by chulett
Wed Mar 28, 2012 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning coverted to abort in new version
Replies: 5
Views: 1274

This seems like something you should report to your official support provider...
by chulett
Wed Mar 28, 2012 9:53 am
Forum: General
Topic: Join Key for DS_AUDIT
Replies: 3
Views: 1594

What does this show?

Code: Select all

LIST.DIC DS_AUDIT
by chulett
Wed Mar 28, 2012 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reference link data to be passed
Replies: 9
Views: 2452

You can't. You need to look at doing a full outer join between the two sources to determine what lives where.
by chulett
Wed Mar 28, 2012 7:26 am
Forum: General
Topic: email notification
Replies: 4
Views: 1393

You need to talk to whomever setup the distribution list and ensure it has an externally accessable email address, sometimes they are just setup as internal groups.
by chulett
Wed Mar 28, 2012 7:22 am
Forum: General
Topic: How to find first occurance of numeric value in a string
Replies: 13
Views: 4858

It's a pattern, the UniVerse equivalent of a regular expression. The MATCH operator is fully explained in the UniVerse BASIC pdf. I don't believe in posting entire chunks of manuals here, so suffice it to say it matches any number of any characters followed by one numeric character followed by any n...
by chulett
Tue Mar 27, 2012 10:47 am
Forum: General
Topic: getting rid of absolute path while zipping files in unix
Replies: 1
Views: 1030

First cd to the directory in question, then zip. In other words, zip using a relative path.
by chulett
Tue Mar 27, 2012 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning coverted to abort in new version
Replies: 5
Views: 1274

Contact support, this may very well be something that should always have aborted and they fixed it in the latest release. And Server jobs don't support message handlers.

Solution would be to not cause the warning/error in the first place.
by chulett
Tue Mar 27, 2012 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert multiple records in to single record
Replies: 5
Views: 1516

Hmmm... I don't think either solution posted requires all weeks of data be available. Construct each record with whatever days you have and put zeroes in all of the others.
by chulett
Tue Mar 27, 2012 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector stage issue in parallel job 8.5 FP1 version
Replies: 7
Views: 6296

Then perhaps you have an anti-virus problem or your infrastructure folks are pushing something that interferes with this or removing something from your machines... seen that before.
by chulett
Tue Mar 27, 2012 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Establish DB2 Connection in runtime
Replies: 6
Views: 3814

A 1 minute idle timeout? Sheesh. No, there's no ability to defer the target connection until the source data is ready in any sense.

Look for some kind of a 'keep alive' parameter in the connector, pretty sure I've seen people here mention the fact that at least some of them have this capability.
by chulett
Tue Mar 27, 2012 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector stage issue in parallel job 8.5 FP1 version
Replies: 7
Views: 6296

I would suggest uninstalling and reinstalling your client, but that depends entirely on if this is happening just to you or to everyone?