Search found 6797 matches

by DSguru2B
Tue Mar 06, 2007 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 8
Views: 2359

The input looks like Julian date to me. Try

Code: Select all

DateFromJulianDay(in.Date)


ICONV/OCONV is not present in parallel jobs unless you use a basic transformer.
by DSguru2B
Tue Mar 06, 2007 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage is not giving expected result.
Replies: 17
Views: 4846

Everything looks ok to me. What is your result? Also try it in sequential order to see if the data is really getting joined or not? You might be having a leading trailing spaces.
by DSguru2B
Tue Mar 06, 2007 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture Duplicates
Replies: 4
Views: 1501

Search for it. It has been discussed time and again with different methods.
by DSguru2B
Tue Mar 06, 2007 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wrong julian date
Replies: 3
Views: 1029

Because your just ICONV'ing the date. This will give you internal date, which is what you got. Now you need to OCONV it with conversion code "DJ" I think, double check it, to get the Julian Date.
by DSguru2B
Tue Mar 06, 2007 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Any limit on Target target tables in a job
Replies: 3
Views: 1232

Bad design. Load in different jobs. You are loading 15 tables with data size ~ 30 Million. Restartability will be a problem. If a record fails in any one of the tables and the job aborts, its going to affect the other loads as well.
by DSguru2B
Mon Mar 05, 2007 9:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Statistics not Showing for Parallel Job
Replies: 24
Views: 5593

At the server end. In your Project directory.
by DSguru2B
Mon Mar 05, 2007 9:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge or Join, Which is more efficient
Replies: 6
Views: 1367

Search for it. Vincent also has the comparisons in his blog. Click on the signature of vmcburney.
by DSguru2B
Mon Mar 05, 2007 9:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with execute_command activity
Replies: 32
Views: 10003

Due to the reason MKS Toolkit is shipped with the product and hence unix commands can be executed.
by DSguru2B
Mon Mar 05, 2007 9:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DCE/DFS credentials
Replies: 12
Views: 12313

Your understanding of my implication is correct. Whatever id you are using, should be in dstage group, which is default. Or whatever group you have specified for your DataStage users.
by DSguru2B
Mon Mar 05, 2007 9:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transaction handling in Parallel jobs
Replies: 23
Views: 5379

Your target database might not be partitioned. Multiple inserts to a table should be fine too. Did you try commit level of 1?
by DSguru2B
Mon Mar 05, 2007 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Statistics not Showing for Parallel Job
Replies: 24
Views: 5593

Clear the &PH& folder and see if that helps.
by DSguru2B
Mon Mar 05, 2007 5:18 pm
Forum: Enhancement Wish List
Topic: up the 99 project limit... and more
Replies: 27
Views: 11104

A project for each user, wow thats an expensive playground.
by DSguru2B
Mon Mar 05, 2007 5:17 pm
Forum: Site/Forum
Topic: "kumar_s" hits 4000 !!!
Replies: 15
Views: 7622

kumar_s wrote:Oh my.... Thanks for fixing it. :lol:

No worries, I got your back :wink:
by DSguru2B
Mon Mar 05, 2007 3:06 pm
Forum: General
Topic: Median Calculation
Replies: 36
Views: 10179

I left some work for the OP :wink:
Was'nt being hasty this time...
by DSguru2B
Mon Mar 05, 2007 3:05 pm
Forum: IBM QualityStage
Topic: QualityStage equivalent of DCount function
Replies: 7
Views: 3068

The quick DSGuru2B jumped over ahead of himself, yet again. But why? :wink: