Search found 2 matches

by crazysaint
Thu Jun 17, 2010 2:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate identifier created by state file
Replies: 7
Views: 4441

Similar Issue

Hi Rohan, Were you able to identify the root cause for this issue? I am also facing a similar kind of issue where the surrogate key generator is generating keys which it had already created in the past and populated to the target table. One thing I noticed about the keys generated was that the min v...
by crazysaint
Wed Apr 29, 2009 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with NUM function
Replies: 8
Views: 4155

Re: Problem with NUM function

Swathi,

Try something like this:
If Trim(in_dataset.Member_Relationship_Cd)="" Then 1 Else If Num(Trim(in_dataset.Member_Relationship_Cd)) then 1 else 0

Cheers,

K