Search found 53125 matches

by ray.wurlod
Mon May 26, 2008 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Make SubRecord Stage
Replies: 3
Views: 4702

Can you please post the record schemas for the input and output so that we can see more precisely what you are attempting to do ?
by ray.wurlod
Mon May 26, 2008 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help: How to sun squence in parallerly in parallel job
Replies: 4
Views: 1450

If you require a Very Urgent response sign up with your support provider for premium service and find out the true cost of urgent. DSXchange is an all-volunteer site whose participants post as and when they can. And remember the old adage: lack of planning (or training) on your part does not consti...
by ray.wurlod
Mon May 26, 2008 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not serialize - transaction aborted error
Replies: 3
Views: 1920

I too am unfamiliar with Netezza so someone else will need to provide the details. In an ODBC environment there exists a setting called Transaction Isolation Level that you can set. I don't know, and can't find out right now, whether this is supported in the Netezza-specific stage.
by ray.wurlod
Mon May 26, 2008 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Week calculation in DS PX
Replies: 2
Views: 971

Your requirement is faulty. You can not force every year to have 52 weeks because every year has more than 52 weeks.

At some point (around about year 7) you will have a year that either has 53 or more weeks, or that ends before Christmas.
by ray.wurlod
Mon May 26, 2008 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Week calculation in DS PX
Replies: 2
Views: 971

Take a look at the server Transform WEEK.TAG and its associated function.

That will give you the kind of logic you will need to implement in a function that YOU write - there is none "out of the box" for parallel jobs unless you resort to using a BASIC Transformer stage.
by ray.wurlod
Mon May 26, 2008 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot stage error
Replies: 3
Views: 1110

Decimal[0,0] is illegal - you must have precision (the first of the numbers) greater than or equal to 1.
by ray.wurlod
Mon May 26, 2008 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file created in UniVerse
Replies: 9
Views: 3298

First, an alternative to the original question. What gets displayed by a query is governed by an entry called @SELECT or @ in the file dictionary. INSERT INTO DICT Time_D_Keys(@ID, F1, F2) VALUES ('@', 'PH', 'TimeKey ID.SUP'); Now to your more recent questions. When you create a tabl...
by ray.wurlod
Mon May 26, 2008 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: time stamp
Replies: 6
Views: 1733

You simply can not sum dates or timestamps. You need to derive another field, such as length of service, and sum that.
by ray.wurlod
Mon May 26, 2008 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Report
Replies: 17
Views: 7302

Open the Designer and click the Job Report tool (the one that looks like an Internet Explorer icon). Does this report contain sufficient detail?
by ray.wurlod
Mon May 26, 2008 3:38 pm
Forum: General
Topic: Using of ROUND function
Replies: 4
Views: 2021

Modify stage with output link having a scale of 4 for this particular Decimal data type. Use decimal_from_decimal() function with [round_inf] as the rtype argument.
by ray.wurlod
Mon May 26, 2008 4:28 am
Forum: General
Topic: ./uv -admin -clearsockets not working on v8 ?
Replies: 15
Views: 5840

OK, I stand corrected (though wondering about why I thought it was microseconds). Have to wait till next time I'm on a Solaris system to investigate.

Just out of curiosity (again!) is the default on your system 4,000,000 ?
by ray.wurlod
Mon May 26, 2008 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query on Lookup file set
Replies: 4
Views: 1364

Partitioning of a Lookup File Set is "locked in" when the Lookup File Set is created - the index is based upon the indexed data. So whatever you add to the design is ignored. If this is something other than Auto, DataStage issues the alert to tell you that your instruction will not be heeded.
by ray.wurlod
Mon May 26, 2008 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Stage Report
Replies: 1
Views: 696

Posting the same question in multiple forums only wastes everyone's time. Please do not do so.
by ray.wurlod
Mon May 26, 2008 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not serialize - transaction aborted error
Replies: 3
Views: 1920

Reduce your transaction isolation level from Serializable to something of lesser intensity.
by ray.wurlod
Mon May 26, 2008 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: left outer join problem
Replies: 4
Views: 1324

My point is that, if Column 4 is null, you actually base your decision on Column 2 from the left input.