Search found 6797 matches

by DSguru2B
Wed Mar 21, 2007 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run-time error 438 when saving new routines
Replies: 3
Views: 1036

Check Craigs reply here. He has a link to IBM's eservice site. You can get the patch from there.
by DSguru2B
Wed Mar 21, 2007 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion Function
Replies: 15
Views: 4539

Make your target length 9. I think the decimal field will contain the decimal point (trailing dot). Confirm that by passing a few records to the peek stage.
by DSguru2B
Wed Mar 21, 2007 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare Stage
Replies: 10
Views: 2824

Replace the dot(.) in the column name with an underscore and see if the error goes away. Also, I believe the output requires an extra column which tells you what column changed. Look into the DS help for the stage.
by DSguru2B
Wed Mar 21, 2007 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion Function
Replies: 15
Views: 4539

If you dont have any precision defined that you need to give the second parameter as "suppress_zero", I believe. Refer here
by DSguru2B
Wed Mar 21, 2007 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem mapping SmallDateTime field to Timestamp
Replies: 10
Views: 2839

That could only mean that your populating in one environment and looking at another? Or infact your updating instead of inserting a non-empty table.
by DSguru2B
Wed Mar 21, 2007 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare Stage
Replies: 10
Views: 2824

Sure. You will find posts for your guidance. Have you tried searching. Did you go through Parallel developer's guide. That will be of most help.
by DSguru2B
Wed Mar 21, 2007 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage- DaysSinceFromDate syntax
Replies: 13
Views: 8637

Thats the very reason I wanted to give my 2 cents on transformer. But it all sprung from a misunderstanding.
Cheers.
by DSguru2B
Wed Mar 21, 2007 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage- DaysSinceFromDate syntax
Replies: 13
Views: 8637

O ok. For some reason I thought the transformer was under attack, yet again.
by DSguru2B
Wed Mar 21, 2007 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage- DaysSinceFromDate syntax
Replies: 13
Views: 8637

In the transformer, if the 2nd paramter is not a constant, performance is very poor! The performance has been drastically improved in all 7.x versions. Hence you cannot claim that transformer is "very poor" in performance, unless your using a version lower than 7.x. It still cannot beat modify stag...
by DSguru2B
Wed Mar 21, 2007 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 7 Key column Lookup
Replies: 11
Views: 2110

Work tables meaning staging temp tables. If your working with files then load them into two different tables. If your source is a file and the lookup is a table then load your source into a temp table. Bottom point, both your source and lookup data should be in tables. The reason for that is you can...
by DSguru2B
Wed Mar 21, 2007 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job scheduling
Replies: 3
Views: 1118

Welcome Aboard :)
Please be advised that most of the common topics have been discussed in detail. Utilize the searchfacility extensively.
You need to identify your inhouse enterprise scheduler. Get in touch with them. They will help you set this up.
by DSguru2B
Wed Mar 21, 2007 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 7 Key column Lookup
Replies: 11
Views: 2110

That means your metadata is not identical in both (while building and while reading) the hashed file. Its off by a column. Another method would be to load the files to work tables and pass a sql join and grab the columns that you want. P.S: If you call a hashed file , a hash file, you will be smacke...
by DSguru2B
Wed Mar 21, 2007 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Logic
Replies: 15
Views: 3174

Did you try it yourself. Look the awk code ganesh sent. $2 != "" tells you that if the second column is not empty. You can put an 'OR' condition and check for space in there.
by DSguru2B
Wed Mar 21, 2007 9:25 am
Forum: General
Topic: UNIX Forums
Replies: 8
Views: 2295

Also, Ken has a "Unix Survivor Guide" on his home page. Go to www.kennethbland.com