Search found 42189 matches

by chulett
Sun Aug 31, 2008 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup on reference data and transformations.
Replies: 4
Views: 1322

Re: Lookup on reference data and transformations.

I know I can get this done in a server job using file2 as a hash file and a transform stage with 2 or 3 stage variables. Does anyone know how I can get this done in a server job? This confuseth me. Did you mean for the first "can" to be a "can't"? Still, you can get this done putting file2 in a has...
by chulett
Sun Aug 31, 2008 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: simulating cross join
Replies: 3
Views: 1438

I would think you would be able to do this with a Merge stage, provided it exists in the 6.x release. Otherwise, load it into your db of choice and 'join' there.
by chulett
Sat Aug 30, 2008 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter sets and dsjob
Replies: 3
Views: 1927

The syntax has been posted here and Vincent (of course) has a blog on the subject. Check this post to get you started:

http://www.dsxchange.com/viewtopic.php?t=120930
by chulett
Sat Aug 30, 2008 8:01 am
Forum: Site/Forum
Topic: Run Time Error for PX Routine
Replies: 2
Views: 4390

To answer your question, a post can only be deleted if it has not been replied to.
by chulett
Sat Aug 30, 2008 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to see the data from DB2 Enterprise Stage ..
Replies: 3
Views: 1590

:? Sounds like you may have a metadata mismatch at work here.
by chulett
Sat Aug 30, 2008 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Many Jobs in a sequence Abort, when executed in parallell
Replies: 4
Views: 5226

Re: Many Jobs in a sequence Abort, when executed in parallel

RudreshEswarappa wrote:Please can anyone help.

The short answer here is - run fewer jobs at the same time. Simple as that.
by chulett
Sat Aug 30, 2008 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Many Jobs in a sequence Abort, when executed in parallell
Replies: 4
Views: 5226

How exactly does one run an infinite number of jobs at the same time? Did you miss the Mr Rollie Eyes icon signifying... well, sarcasm?
by chulett
Sat Aug 30, 2008 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter sets and dsjob
Replies: 3
Views: 1927

You can 'pass' parameter sets from the command line with dsjob much the same as individual parameters.
by chulett
Sat Aug 30, 2008 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error While Loading from Progress Database
Replies: 5
Views: 2266

How about some details... details are always good and we seem to be severely lacking in them.

What is the definition of the PUB.poel field in the Progress database? Same for the Oracle field you are sourcing from. And lastly, what is the metadata for each field in the job?
by chulett
Fri Aug 29, 2008 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error While Loading from Progress Database
Replies: 5
Views: 2266

The message is pretty clear, did you check to find records where the length of that field won't fit in the Progress database?

Column proddesc in table PUB.poel has value exceeding its max length or precision
by chulett
Fri Aug 29, 2008 12:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Case sensitive String
Replies: 3
Views: 1157

No, but you can create a lower-case version of the string and compare it to the original to see if they match.

ps. Strings are not 'case sensitive' but comparisons can be. Do you mean you need to ensure a string is in all upper case? Or not entirely lower case? :?
by chulett
Fri Aug 29, 2008 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter
Replies: 1
Views: 1381

And? What have you tried?

A Sequence job would solve this problem easily along with a routine that captures that parameter value.
by chulett
Fri Aug 29, 2008 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -903 ORA-00903: invalid table name
Replies: 12
Views: 10086

As I noted earlier, and completely irrespective of DataStage, that leading dot your posted message showed is indeed invalid. You either need to ensure the schema is there before the dot, which makes it an 'absolute path' in a manner of speaking or you need to not have the dot. That would make it equ...
by chulett
Fri Aug 29, 2008 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate Month Calendar
Replies: 5
Views: 1669

Please be more specific in your requirements, there is obvious confusion here. Are you looking to generate a record per day for that given month and year?