Search found 6797 matches

by DSguru2B
Tue Mar 06, 2007 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage "where clause" format
Replies: 8
Views: 11080

You can provide multiple filters. Try it. You can play with it and come up with your results. Play and learn :wink:
by DSguru2B
Tue Mar 06, 2007 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with execute_command activity
Replies: 32
Views: 10003

DSExecute() is a Basic command and not a routine. You have to encapsulate it in a routine. Do a search on it to find examples.

When you put the entire path of the two files, does the file get renamed?

How in the world can you be on 7.0 px engine and sitting on windows ???
by DSguru2B
Tue Mar 06, 2007 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using DB2 UDB Enterprise stage
Replies: 2
Views: 2718

Are you using the same id, both in DataStage and outside DataStage, to connect to the database. If yes then search in google for "SQL0552N" to get more info on the error message. Even your dba can help you with that. It might be as easy as setting a few variables.
by DSguru2B
Tue Mar 06, 2007 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage "where clause" format
Replies: 8
Views: 11080

Code: Select all

DIGIT_CODE like "04%" 
by DSguru2B
Tue Mar 06, 2007 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Performance
Replies: 30
Views: 5036

50 rows/sec, is that the performance stats for your sql select? That means your network is heavily loaded. The problem does not lie in the hashed file.
by DSguru2B
Tue Mar 06, 2007 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with execute_command activity
Replies: 32
Views: 10003

Try giving the parameters in the 'Parameter' box. See what happens. For a routine, you just need a few lines to run DSExecute() to run your command at the OS. Read about DSExecute() in DataStage help.
by DSguru2B
Tue Mar 06, 2007 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job - runtime error ORA-01036
Replies: 21
Views: 11321

I am one of those who uses hashed files alone for lookups, or database level sql joins. I think hashed files are the essence of server jobs.
by DSguru2B
Tue Mar 06, 2007 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with execute_command activity
Replies: 32
Views: 10003

WaitForFileTest..JobControl (@Execute_Command_1): Executed: mv #Path#/ OldFile# #Path#/test.arc Reply=1 Output from command ====> Usage: mv [-i | -f] [--] src target or: mv [-i | -f] [--] src1 ... srcN directory Well for some reason its not taking the parameter names. You are also missing a hash si...
by DSguru2B
Tue Mar 06, 2007 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Statistics not Showing for Parallel Job
Replies: 24
Views: 5593

Even I am hearing two different things here. If it, in fact is, your machine then a simple re-install should be able to fix the problem.
by DSguru2B
Tue Mar 06, 2007 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage config files.
Replies: 10
Views: 6578

Trust me, its all well worth it. Welcome aboard, again :wink: .
by DSguru2B
Tue Mar 06, 2007 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding warnings
Replies: 5
Views: 2243

prmuttireddy wrote: Thanks for your reply.Please tell me how to resolve those warnings.

Ray already did. Kumar explained it even more. Now use info in getting your problem solved.
by DSguru2B
Tue Mar 06, 2007 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with execute_command activity
Replies: 32
Views: 10003

Because its taking the parameter values literally. WHere are you providing the parameters?
by DSguru2B
Tue Mar 06, 2007 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 8
Views: 2359

Your right Craig. Somehow 'they' got the naming wrong for the function.
by DSguru2B
Tue Mar 06, 2007 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Build op - Float comparison.
Replies: 6
Views: 1785

Do me a favour, dont type your code out, copy paste it from the buildop. This way we can see the actual code and compare it to the error message. Also surround your code in code tags please.