Search found 42189 matches

by chulett
Tue May 11, 2010 1:24 pm
Forum: General
Topic: What are DB2 people using for a query tool?
Replies: 15
Views: 6248

Thanks!
by chulett
Tue May 11, 2010 10:36 am
Forum: General
Topic: Creating XML Output File
Replies: 10
Views: 3945

All things are possible. :wink:

And I'm probably the only one that misunderstood. LOL.
by chulett
Tue May 11, 2010 10:35 am
Forum: General
Topic: What are DB2 people using for a query tool?
Replies: 15
Views: 6248

Cool, thanks. Trying to find out what "they" are currently using, other than "Business Objects" which is the answer I've gotten so far.
by chulett
Tue May 11, 2010 9:48 am
Forum: General
Topic: What are DB2 people using for a query tool?
Replies: 15
Views: 6248

What are DB2 people using for a query tool?

Just wondering as DB2 will be a new source for everyone here and getting software approved is a long and arduous process. So, I know most clients come with their own tools, like sqlplus for Oracle, and Toad probably has a 'for DB2' version but wondering what else might be out there that people have ...
by chulett
Tue May 11, 2010 9:42 am
Forum: General
Topic: Creating XML Output File
Replies: 10
Views: 3945

Not sure that reading reference material would be any kind of 'waste of time' especially if you only somewhat understand XML. Sure, you could manually define the metadata / XPath Expressions for the parser but you'd really need to know what you are doing for that to be successful. What both are refe...
by chulett
Tue May 11, 2010 9:29 am
Forum: General
Topic: Bad Data ???
Replies: 6
Views: 1502

nagarjuna wrote:In a parallel job , sequential file automatically rejects . Put a reject link and collect records which are having bad data .
How is that going to help someone with a Server job? :?
by chulett
Tue May 11, 2010 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot Or Transformer..
Replies: 7
Views: 2606

You're using the right stage, just not properly it seems. Be specific - how exactly do you have it setup?
by chulett
Tue May 11, 2010 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job aborted for Not enough space on node frs-diis
Replies: 6
Views: 6673

Right, not sure what advice you are looking for here other than either add more space, run fewer jobs at the same time or make them more efficient in their scratch space utilization, if at all possible.
by chulett
Tue May 11, 2010 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job aborted for Not enough space on node frs-diis
Replies: 6
Views: 6673

Gack, edit your post and get rid of the blue font, that's unreadable. :?
by chulett
Tue May 11, 2010 7:05 am
Forum: General
Topic: Bad Data ???
Replies: 6
Views: 1502

Server has several functions that could help with this, check out Num() (etc) or find Ray's free Server version of the PX IsValid() function.
by chulett
Tue May 11, 2010 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xmla scripts in datastage
Replies: 14
Views: 5946

I've given you several ideas so far. Figure out how to do it outside of DataStage - I have no clue what that would actually be, never having heard of "xmla" and really wouldn't consider that a "script" - and then you'll know how DataStage can do it. :?
by chulett
Tue May 11, 2010 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xmla scripts in datastage
Replies: 14
Views: 5946

You are missing my point, it seems. Yes, DataStage is perfectly capable of executing any O/S command, script or any other beast doesn't matter. After Job ExecSh in the job's Properties.
by chulett
Tue May 11, 2010 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xmla scripts in datastage
Replies: 14
Views: 5946

How would you do it without DataStage? That is the question - and then you basically do that from DataStage.
by chulett
Tue May 11, 2010 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: flags for duplicate records
Replies: 4
Views: 1346

surajkumar wrote:use sort stage .set sort stage property --cluster key change Colum is true
This would be the full answer.