Search found 42189 matches

by chulett
Tue Feb 23, 2010 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoiding 0 byte Sequential File creation
Replies: 4
Views: 1467

Doesn't really matter as (bottom line) the file creation cannot be avoided. The stage creates the file when the job starts, regardless of 'flow'. Arnd has noted the typical 'workaround' for this.
by chulett
Tue Feb 23, 2010 6:15 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Change Capture Stage
Replies: 4
Views: 12266

[sigh]
by chulett
Tue Feb 23, 2010 6:12 am
Forum: General
Topic: What can I study to learn DataStage
Replies: 3
Views: 2069

Relocated per request - Andy
by chulett
Tue Feb 23, 2010 6:11 am
Forum: General
Topic: What can I study to learn DataStage
Replies: 3
Views: 2069

by chulett
Mon Feb 22, 2010 6:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installation error on infosphere Datastage 8.1
Replies: 5
Views: 2479

Not sure if it applies or not, but a google for your error turned up this.
by chulett
Mon Feb 22, 2010 5:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture Stage
Replies: 2
Views: 1752

Define 'not working'. Be precise about what it is or isn't doing, please.
by chulett
Mon Feb 22, 2010 4:24 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Change Capture Stage
Replies: 4
Views: 12266

First step would be to re-post your question in the correct forum. For PX questions, that would be the Enterprise Edition forum. This one is for TX questions, a completely different product.
by chulett
Mon Feb 22, 2010 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregation - help with logic
Replies: 15
Views: 3863

Still think there's a way to do it without that... but no way to check right now.
by chulett
Mon Feb 22, 2010 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before Job- subroutine to move a file
Replies: 12
Views: 4328

Or something like so to set a variable you can test and conditionally act upon:

Code: Select all

fCount=`ls <pattern> 2>&1 |grep -v 'not found' |wc -l`
by chulett
Mon Feb 22, 2010 3:44 pm
Forum: General
Topic: Run time Column Propagation
Replies: 6
Views: 19383

:lol:

Missed that.
by chulett
Mon Feb 22, 2010 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before Job- subroutine to move a file
Replies: 12
Views: 4328

I would probably script something rather than trying to do it all in "one line" but look into "ls | wc -l" with a result of > 0. You'll also need to redirect STDERR to suppress the "no files found" message that comes with the zero.
by chulett
Mon Feb 22, 2010 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage function
Replies: 9
Views: 3165

say2prabhu1 wrote:The above logic will applicable only for fixed columns
Delimited columns.
by chulett
Mon Feb 22, 2010 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml stylesheets
Replies: 4
Views: 1466

Still lost. It seems you want to modify the source XML as part of your database load, which is ok I suppose. However, there are no italics in XML - that takes HTML so your requirements need a little adjusting. Unless I'm being especially dense today. :?
by chulett
Mon Feb 22, 2010 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage function
Replies: 9
Views: 3165

OK, what's different about the "short" records? Do they only have 19 fields in them?