Search found 459 matches

by rasi
Wed Sep 06, 2006 6:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete Rows from target table
Replies: 6
Views: 3749

Change capture is in Enterprise.

Why not re-create the Target table instead of deleting. You can use bulk loader to load the target again.
by rasi
Tue Sep 05, 2006 8:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with Lookups
Replies: 11
Views: 6414

Hi

You can enable it by job level. You don't have to apply this to your entire project.
by rasi
Tue Sep 05, 2006 7:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: begins with function
Replies: 10
Views: 5756

Sorry Craig

I missed the substring....
by rasi
Tue Sep 05, 2006 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: begins with function
Replies: 10
Views: 5756

Hi Parvathi Use Constraint in transformer and inside that type the condition (eg InputColumn = 'begin' Or InputColumn = 'end'). This will only allow records with your conditions. You can also have the same logic applied in your transformer expression using If clause. If InputColumn = 'begin' Or Inpu...
by rasi
Mon Sep 04, 2006 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UserDefined Transforms
Replies: 3
Views: 2998

Hi

The Parallel Function already exist called NullToZero(FieldName). You don't have to create a new function.

Once you created the Function using Designer or Manager you must compile.
by rasi
Mon Sep 04, 2006 11:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to work on PEx in stand-alone machine?
Replies: 2
Views: 2442

Seems like you don't have complier installed on your Windows system. Contact Ascential...(IBM)
by rasi
Mon Sep 04, 2006 11:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to generate surrogete key in server jobs?
Replies: 3
Views: 2375

Moderator

Duplicate post to be removed
by rasi
Mon Sep 04, 2006 11:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to get the latest record from dimension table?
Replies: 2
Views: 2806

Hi

don't post your questions multiple times.

Moderator could you remove this duplicate post?
by rasi
Mon Sep 04, 2006 11:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: begins with function
Replies: 10
Views: 5756

Hi

do you mean Datastage reserved words. Please be more clear.
by rasi
Mon Sep 04, 2006 11:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to generate surrogete key in server jobs?
Replies: 2
Views: 2227

Use KeyMgtGetNextValue function to generate surrogate key in Server job.
by rasi
Mon Sep 04, 2006 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to get the latest record from dimension table?
Replies: 3
Views: 2838

Hi Karthik

Please do a search on Slowly Changing Dimension Type 2 you will get heaps of results to answer your question
by rasi
Mon Sep 04, 2006 9:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Partitioned Table
Replies: 4
Views: 3322

Create user-defined sql query in the where clause assign a parameter with #month# and while running the job supply the month value. Oracle will then automatically does the magic...
by rasi
Mon Sep 04, 2006 9:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we do Performance tuning?
Replies: 4
Views: 3763

First make the job to run without any error. Then post how much time it took to run the job... This should help ...
by rasi
Mon Sep 04, 2006 9:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDecimal - behavior with direct Arith ops
Replies: 3
Views: 3199

Ray is correct there is NullToZero function in PX.

Krithik you need to use the Trim function to remove the space and then apply NullToZero this should work.
by rasi
Tue May 09, 2006 6:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastge with windows operating system?
Replies: 6
Views: 4983

Hi Datastage can be run in windows environment. You can install both client and server in windows. You can also install PX in windows. You have the same datastage administrator in windows in which you can use to administer. There are few companies uses PX on windows environment compared to UNIX envi...