Search found 42189 matches

by chulett
Thu Oct 01, 2009 5:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compiling DS Jobs through command line
Replies: 6
Views: 2301

From the server command line you can use dsjob to both detect and reset jobs. You could also create a job to do the same. For dsjob look into the -ljobs and -jobinfo options and the run mode of RESET, from job control the function DSPrepareJob() will do the 'reset if required' part of the equation.
by chulett
Wed Sep 30, 2009 8:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing Hash file through Universe Stage
Replies: 21
Views: 5407

I'm a little lost. You play the Universe game typically because you want to return a 'mult-row result set' and you do that by creating a hashed file with X number of keys and then doing the lookup with less than X. The other reason is because you want to use SQL to access the data in some manner oth...
by chulett
Wed Sep 30, 2009 7:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing Hash file through Universe Stage
Replies: 21
Views: 5407

First off, clarify how you built this hashed file - was it created in an 'account' or is it a pathed hashed file that you manually created a VOC record for? Or something else entirely?
by chulett
Wed Sep 30, 2009 7:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compiling DS Jobs through command line
Replies: 6
Views: 2301

Those jobs don't need to be compiled, they need to be reset. Anyway, search for dscc here for discussions on this.
by chulett
Wed Sep 30, 2009 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connecting to DB2 database from datastage unix server
Replies: 4
Views: 2306

My thoughts?

Hmmm... I wonder what "not working" means?
Hmmm... I wonder what trying to connect "from datastage unix server" means?
by chulett
Wed Sep 30, 2009 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job design/logic question
Replies: 10
Views: 2927

I posted a direct link to the thread, but you can search for "KeyRollup" with an author of "kcbland" and you should only get one hit.
by chulett
Wed Sep 30, 2009 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: # inside field name
Replies: 5
Views: 1250

So, this is a column name in a database table? What database? Your documentation should include a chapter called "Handling $ and # Characters". For an Oracle example, in 8.x that would be in the "Connectivity Guide for Oracle Databases" pdf, for 7.x in one of the OCI pdf files fr...
by chulett
Wed Sep 30, 2009 2:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: # inside field name
Replies: 5
Views: 1250

A field name where?
by chulett
Wed Sep 30, 2009 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing Hash file through Universe Stage
Replies: 21
Views: 5407

I'm sorry to hear you are a SQL error. :wink: Did you have the stage generate the SQL or did is it user defined? If you've got something like: SELECT TestNullValueLookup_HF.KEY1, TestNullValueLookup_HF.KEY2, (and it seems you do) try removing the "owner" from the query and see if it works ...
by chulett
Wed Sep 30, 2009 1:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot find job TEST
Replies: 12
Views: 3751

As posted above, there's three records not just one... not sure I can delete all of them.
by chulett
Wed Sep 30, 2009 1:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job design/logic question
Replies: 10
Views: 2927

If I were you, I would seriously consider this technique posted by Ken Bland back in the day for using hashed files to do range lookups. I've implemented it in the past and it is sweet once it all clicks for you and you grok what is going on, that and the actual lookup itself is fast as well. Seems ...
by chulett
Wed Sep 30, 2009 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number conversion
Replies: 5
Views: 2160

From what I've read here, I think you need to handle that manually, perhaps even by declaring the sign as a separate field and explicitly setting it if your number is less than or greater than zero. :?
by chulett
Wed Sep 30, 2009 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could DS be automatically reverting changes?
Replies: 6
Views: 2077

That sounds reasonable. Have you been able to rectify the space issue?
by chulett
Wed Sep 30, 2009 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle metadata imports improper field size
Replies: 5
Views: 1658

Are you sure it's not a multiple of 3? Does your new data warehouse use a multi-byte character set?