Search found 42189 matches

by chulett
Mon Nov 30, 2009 1:35 pm
Forum: General
Topic: how to make Transformer work in the local machine
Replies: 1
Views: 846

You'd have to explain what the heck "not working" means. Do you actually mean you can't compile a PX job with a transformer in it? If so, that requires an approved C++ compiler be installed and properly configured to work.
by chulett
Mon Nov 30, 2009 1:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running multiple jobs in paralel
Replies: 5
Views: 1560

If they're all just using it for a lookup and not actually creating it each time, then no. What 'certain stages' does it not seem to be able to start?
by chulett
Mon Nov 30, 2009 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Count.
Replies: 9
Views: 2530

The only place you'll find metrics from a previous run is in the job's log. What makes you sat there's "no information on the row count" there?
by chulett
Mon Nov 30, 2009 11:37 am
Forum: General
Topic: Datastage - Database
Replies: 7
Views: 1362

A search for 'DataStage architecture' turned up 30 matches, including this post in the FAQ forum. The Optimizing Performance chapter in the Server Job's Developer Guide pdf should help as well with understanding what's going on under the covers.
by chulett
Mon Nov 30, 2009 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How the Entire Partioning works
Replies: 8
Views: 1816

Are you trying to ask under what circumstances Entire partitioning would be appropriate to use?
by chulett
Mon Nov 30, 2009 10:33 am
Forum: General
Topic: Maximum number of workflows which can be given in Parallel
Replies: 7
Views: 2379

So what's the DataStage equivalent of an Informatica 'workflow'? Job? Node?
by chulett
Mon Nov 30, 2009 10:32 am
Forum: General
Topic: Cant log into Datastage after having changed unix user passw
Replies: 9
Views: 6184

Hmmm... I wonder which part of this puzzle constrains passwords to be 8 or fewer characters? :?
by chulett
Mon Nov 30, 2009 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Date conversion
Replies: 4
Views: 2359

A date is a date, only date values in string fields have formats like you are showing. You can use "[]", the substring operators, to re-arrange the parts of those external dates or the StringToDate / DateToString functions.
by chulett
Mon Nov 30, 2009 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single row spliting into Multiple rows in one column
Replies: 11
Views: 3099

You will first need to split up those "comma delimited columns" into individual columns first, but there are stages for that as well. You'll probably also need to constrain out any null values post pivot.
by chulett
Mon Nov 30, 2009 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single row spliting into Multiple rows in one column
Replies: 11
Views: 3099

Use the Pivot stage. "Merging data from two or more columns to a single column" is exactly the same as "splitting into under same column multiple rows".
by chulett
Mon Nov 30, 2009 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job running on single node
Replies: 34
Views: 13773

If you still have questions on your pivot question, post them in that thread.
by chulett
Mon Nov 30, 2009 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job running on single node
Replies: 34
Views: 13773

You didn't get any reply from others? Seriously? Never mind the fact that you only wanted Ray to help you. :roll:
by chulett
Mon Nov 30, 2009 8:20 am
Forum: General
Topic: Datastage - Database
Replies: 7
Views: 1362

Come on, you can't just open up a single thread to play Twenty Questions.

1. Wherever you created the hashed file.

2. They don't really need to be 'kept' anywhere. I suspect you're referring to the 'DataStage Engine'.
by chulett
Mon Nov 30, 2009 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase Enterprise Stage (Union All Limitation)
Replies: 5
Views: 2181

Guessing it's not a 'union all' limitation but rather a length of the query limitation. Regardless, something like that should be asked of your official support provider.
by chulett
Mon Nov 30, 2009 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How the Entire Partioning works
Replies: 8
Views: 1816

Entire is entire just like it sounds, so your first paragraph is correct. I have no idea what you are asking in the second one, however.