Search found 42189 matches

by chulett
Wed May 04, 2011 9:18 am
Forum: General
Topic: Default project deleted
Replies: 4
Views: 1465

Not sure why you felt the need to hijack someone else's thread, but here you are in your own now.
by chulett
Wed May 04, 2011 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage
Replies: 3
Views: 2420

The Filter stage "supports standard SQL expressions" so why not give that a try? :wink:
by chulett
Wed May 04, 2011 7:30 am
Forum: General
Topic: Difference between slowly changing dimenson and rapidly chan
Replies: 2
Views: 1338

Yah, not exactly a DataStage question, is it? Nor in the right forum either, hang on...
by chulett
Wed May 04, 2011 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file
Replies: 4
Views: 1928

what is the right forum to post this question in?
by chulett
Wed May 04, 2011 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove hash
Replies: 7
Views: 2603

As noted, it depends on how the hashed file was created. The log will show the command used, from which you can infer what you need to do to delete. So, pathed or in an account?
by chulett
Tue May 03, 2011 9:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove hash
Replies: 7
Views: 2603

I'm curious why you think you need to delete the hashed file when you are done? From both a lineage and trouble-shooting standpoint, you may be in trouble if that information is gone. Why not simply clear it (or drop and recreate it) at the start of the next run, an ability that's built into the sta...
by chulett
Tue May 03, 2011 9:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove hash
Replies: 7
Views: 2603

What you talk'n about Ray? :wink:
by chulett
Tue May 03, 2011 7:35 pm
Forum: General
Topic: General design principle for DataStage
Replies: 9
Views: 4776

Here is Ray's post on his technical challenge:

viewtopic.php?t=138403
by chulett
Tue May 03, 2011 7:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue with name conversion
Replies: 5
Views: 1835

No and that isn't enough details to go on other than to assume you have some sort of multi-byte characterset issue. You haven't specified what is throwing this error - a database stage? Why not share with us the entirety of the issue?
by chulett
Tue May 03, 2011 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Search if a value exists in a string
Replies: 3
Views: 2662

Of course TEX exists in your string, it is part of TEXAS. If you want to avoid a substring match and only match a unique delimited entry in the string, you need to add the delimiter to both ends of both of your strings: Index(",":pText:",",",TEX,",1) In other words you ...
by chulett
Tue May 03, 2011 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: current date () - 6 months
Replies: 17
Views: 6812

Sorry, you're correct, that makes the technique acceptable.
by chulett
Tue May 03, 2011 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DEFFUN error
Replies: 13
Views: 4683

As he noted, in the job's project folder. Unless you've overridden the default, it is typically at the same level as the DSEngine directory, so at worst case you can go there and then: cd ../Projects/<ProjectName> Under that folder you'll find the "RT_BP38" folder and the TRANS1 file insid...
by chulett
Tue May 03, 2011 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: combining multiple rows into 1 row
Replies: 8
Views: 2993

Did you get this working? I'm curious why you thought you needed to convert anything, this should have worked fine with strings...
by chulett
Tue May 03, 2011 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Quick question on querying DS_JOBS table
Replies: 17
Views: 13434

Ya when he was working for ascential I had a class with him in Texas call building dataware houses with datastage about 9 or 10 years ago No worries. I've left copies of his free KBA Job Control Utilities everywhere I've been and constantly added functionality over the years, so that's why it looke...