Search found 42189 matches

by chulett
Fri Jul 16, 2010 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance tips
Replies: 13
Views: 3913

bhargav_dd: just exactly how "new" to DataStage are you? You say you are here and yet in your profile you rank yourself a "3" which means "Confident to go solo" - something which implies a certain level of training and time with the product. Which is it? It would help ...
by chulett
Fri Jul 16, 2010 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance tips
Replies: 13
Views: 3913

If you are new to DataStage, why are you tasked with putting together such a 'performance tips and coding standards document' !!?? Exactly my thoughts! Truly mind boggling. How can anyone new to any tool/product be expected to put together any kind of 'tips' or 'best practices' document? You need t...
by chulett
Fri Jul 16, 2010 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: libqabwvcd.sl file missng
Replies: 19
Views: 4085

'Special libraries'? That's... interesting. :?

Anyway, glad you got it figured out and thanks for posting the resolution!
by chulett
Fri Jul 16, 2010 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Job Status and Link Type Return Values
Replies: 2
Views: 2247

Meaning, there are "include" files under the DSEngine directory where these are all cataloged. Check for them there.
by chulett
Fri Jul 16, 2010 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to flag each flat file record with the filename?
Replies: 4
Views: 1354

The Sequential File stage supports a 'Filename' column it can add for you. Do you need to wait for all three before you process? How are you planning on doing that?
by chulett
Fri Jul 16, 2010 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: non-equality based lookup
Replies: 2
Views: 1275

They posted the same question in another group/site and then did a sloppy copy & paste of it here, I'd wager. In any case... what all this? :wink:
by chulett
Fri Jul 16, 2010 6:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running a job for multiple file from specific folder
Replies: 24
Views: 5853

I've been assuming the delimiter must be properly set, otherwise the whole dang list would get sent to the 'loop job' as the first filename and it would blow sky high. However, that was why I asked if everything ran ok. :wink:
by chulett
Fri Jul 16, 2010 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any way to overwrite the parameter with row values?
Replies: 20
Views: 6237

I don't recall having any such problem, it should continue to write out all records to your target until the field controlling the name changes. You are sorting the data first by order_id, yes?
by chulett
Fri Jul 16, 2010 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fail to open job
Replies: 2
Views: 1002

Is this a problem for all jobs or just one job in particular? For the former, post your syntax.
by chulett
Fri Jul 16, 2010 5:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running a job for multiple file from specific folder
Replies: 24
Views: 5853

'Loop job' means the server job called inside the loop? The one that actually processes a file at a time? :? Does everything run normally, just not as you expect? Meaning it only makes one loop and then exits cleanly with neither job aborting or having warnings? If that's the case then it would seem...
by chulett
Fri Jul 16, 2010 5:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I compare two CSV files using DataStage?
Replies: 14
Views: 10719

That's the full error? And you get it when exactly? :?
by chulett
Thu Jul 15, 2010 8:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding gaps in the dates
Replies: 10
Views: 2128

Start by doing an exact search here for "between two dates", you're not the first to have been tasked with something like this.
by chulett
Thu Jul 15, 2010 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Performance question
Replies: 10
Views: 7800

Just as a curiosity, would it be worthwhile to attempt a similar load outside of DataStage and compare timing results? :?
by chulett
Thu Jul 15, 2010 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get the Row Count
Replies: 15
Views: 4971

Yes, the stage and link names need to be hard-coded in the Routine Activity stage. And try pointing 'stage' to the transformer and 'link' to the output link that goes from there to the dataset. See if that works more better. Those functions really come from the Server world and work very nicely ther...
by chulett
Thu Jul 15, 2010 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get the Row Count
Replies: 15
Views: 4971

Make sure you understand that the convention is "<JobActivityStageName>.$JobName", it's still unclear to me if that is what you are doing or not. :?

Can you detail out all of the stages in your job, please?