Search found 162 matches

by laknar
Mon Dec 15, 2008 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Amount Column as a key in Lookup File Set
Replies: 12
Views: 3897

by default lookup fileset will use entire partition.

Converting decimal to string using TX Stage before joining.

Converting decimal to string before creating look up fileset .
Converting decimal to string from DB2 Stage before lookup(Using TX)
by laknar
Sun Dec 14, 2008 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Amount Column as a key in Lookup File Set
Replies: 12
Views: 3897

Hi,

When i see the data from DB2 stage
12.900
From Lookupset
00000000000000000090.710

I believe due to this records not joined.
by laknar
Thu Dec 11, 2008 4:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Amount Column as a key in Lookup File Set
Replies: 12
Views: 3897

Hi,

Input stage is DB2 API.
by laknar
Thu Dec 11, 2008 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Amount Column as a key in Lookup File Set
Replies: 12
Views: 3897

Amount Column as a key in Lookup File Set

Hi,

I have created AMOUNT as Key Column in Lookup file set(datatype Decimal).
And the same im using in next job.

But the match found(checked with query).But not coming in Lookupset expected result.
by laknar
Sun Dec 07, 2008 11:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture clarification
Replies: 4
Views: 1379

Hi,

source ----------- insert
|
Change_Capture---------File_generation
|
Exixting----------- Update


in insert delta indicator is 1 constraint
file indicator 1 and 3
update 2 and 3
by laknar
Sun Dec 07, 2008 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture clarification
Replies: 4
Views: 1379

Change Capture clarification

Hi,

We are doing delta capture.
first i am processing the record with 40000 records.

in existing table 40000 records have been loaded.
again i am loading the same 40000 records into same table.

its generating the new records into the file.
by laknar
Sat Dec 06, 2008 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Variable Declare
Replies: 6
Views: 1669

Hi,

Is it need to assign any Initial Value for the stage variable.
by laknar
Sat Dec 06, 2008 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Variable Declare
Replies: 6
Views: 1669

Hi,

Can you please explain the below functionality,how it works.

if CustID[1,1] = '1' then DSLink1.Address else StageVar1

simply populate your output column with StageVar1
by laknar
Fri Dec 05, 2008 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Variable Declare
Replies: 6
Views: 1669

Stage Variable Declare

Number amount currency Code CustID Address 123456 10.00 22 21 123 London 123456 10.00 22 11 234 Chennai Address Table CustID Address 123 London 234 Chennai I have to findout duplicate based on Number ,amount,currency columns and if code starts with 2 and populate corresponding address. Else if code ...
by laknar
Thu Dec 04, 2008 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Achieve this Logic?
Replies: 17
Views: 4807

Hi Mike, Number amount currency Code CustID Address 123456 10.00 22 21 123 London 123456 10.00 22 11 234 Chennai I have to findout duplicate based on Number ,amount,currency columns and if code starts with 2 and populate corresponding address. Else if code column start with 1 then populate code star...
by laknar
Thu Dec 04, 2008 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Achieve this Logic?
Replies: 17
Views: 4807

Hi Mike, Number amount currency Code CustID Address 123456 10.00 22 21 123 London 123456 10.00 22 11 234 Chennai I have to findout duplicate based on Number ,amount,currency columns and if code starts with 2 and populate corresponding address. Else if code column start with 1 then populate code star...
by laknar
Thu Dec 04, 2008 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Achieve this Logic?
Replies: 17
Views: 4807

Hi Mike, Number amount currency Code CustID Address 123456 10.00 22 21 123 London 123456 10.00 22 11 234 Chennai I have to findout duplicate based on Number ,amount,currency columns and if code starts with 2 and populate corresponding address. Else if code column start with 1 then populate code star...
by laknar
Thu Dec 04, 2008 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Achieve this Logic?
Replies: 17
Views: 4807

Hi,

can any one advice me regarding this
by laknar
Thu Dec 04, 2008 1:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Achieve this Logic?
Replies: 17
Views: 4807

hi ray,

I have tried.but im not getting the expected result.
bit of confusion with the sort.

db2stage------lookup-----TX------Dataset

sorting the code by descending.
how can i keep the same in next stages.
by laknar
Wed Dec 03, 2008 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Achieve this Logic?
Replies: 17
Views: 4807

I have two tables one is code and another is Customer. Number Code CustID 123456 12 123 123456 22 234 CustID Address 123 laknar 234 standard if code starts with 2 then corresponding address from customer table. if code starts with 1 then address column of code[1,1]='2'. this is my logic.please advic...