Search found 42189 matches

by chulett
Tue Feb 16, 2010 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping logic based on multiple conditions to end loop
Replies: 11
Views: 4393

Very true, all of the standard rules for processing files being transferred into your processing system in 'real time' (rather than batched) should come into play here.
by chulett
Tue Feb 16, 2010 1:51 pm
Forum: General
Topic: Strange errors accessing Administrator
Replies: 15
Views: 14003

This error message? The 'ulimit' error message? That has nothing directly to do with DataStage but is coming from your operating system based on the commands in the dsenv file. Looks like someone added a line attempting to raise the ulimit (probably to 'unlimited') there and your executing user isn'...
by chulett
Tue Feb 16, 2010 1:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieve License XML file
Replies: 6
Views: 1891

There's nothing special about the dsadm userid from a Linux / operating system standpoint, so no. It's not 'root' even though it does play that role inside the tool.
by chulett
Tue Feb 16, 2010 12:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS ADMIN
Replies: 4
Views: 1089

You migrated from what, an earlier version of DataStage or another tool? If DataStage, were you working with Parallel jobs or is that all new for you?
by chulett
Tue Feb 16, 2010 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in running a job with DB2 UDB Stage
Replies: 16
Views: 11929

If I had any hands-on DB2 experience, I would be more than happy to help. However, I do not so can only point you to the documentation and hope that others who have actually done this join in the conversation. I have no idea what you mean by "install extra db2 database plug-in". All you sh...
by chulett
Tue Feb 16, 2010 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do you handle break processing in DataStage
Replies: 6
Views: 2074

I would just use two, one for the counter and one for the previous 'composite' key. Of course, this presupposes the data has been sorted. Note that having the Sort stage add a Key Change column can make this a little easier.
by chulett
Tue Feb 16, 2010 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata Quey
Replies: 7
Views: 2157

What Oracle query would that be? Nothing listed so far has been for Oracle. Ah... the query to find all of the jobs with Oracle stages. Never mind. :wink:
by chulett
Tue Feb 16, 2010 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can any one implement this code in datastage
Replies: 1
Views: 1296

I don't see what this SQL has to do with getting the "last day of the month", nevermind the fact that Oracle (which this looks to be) has a built-in function for that. :?
by chulett
Tue Feb 16, 2010 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Picking metadata at run time
Replies: 5
Views: 1998

Good luck with that. :wink:
by chulett
Tue Feb 16, 2010 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping logic based on multiple conditions to end loop
Replies: 11
Views: 4393

I'm going to err on the side of complication and assume it needs to motor along doing something (even if that something is nothing) until the magic file shows up. And because I'm pressed for time this morning, this is a freebie high-level overview of what I would do in your shoes. Tools you'll need:...
by chulett
Tue Feb 16, 2010 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting a string to Date
Replies: 7
Views: 25649

Hopefully, what you meant to type was:

Code: Select all

StringToDate(Column_name,'%dd-%mmm-%yy')
Also be mindful of the century pivot when you use two-digit years.
by chulett
Tue Feb 16, 2010 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting a string to Date
Replies: 7
Views: 25649

Not quite.

The Date And Time Formats are fully documented in the Parallel Job Developer Guide pdf.
by chulett
Tue Feb 16, 2010 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata Quey
Replies: 7
Views: 2157

Do an exact search for "COMO ON".
by chulett
Tue Feb 16, 2010 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in running a job with DB2 UDB Stage
Replies: 16
Views: 11929

Contact your official support provider, get some one-on-one hands on help. Or just have them do it for you and explain / document what all the steps were so someone there can do it the next time this comes up.