Search found 5 matches

by ramdev_srh
Mon Nov 20, 2006 8:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Concatenate the string
Replies: 1
Views: 2490

Problem with Concatenate the string

Hi All, Please let me know if I am trying to concatenate two columns from source and loading into target as single column. On source side, one column having value other one is maybe null. Usually if we add string with null we get null. How can we overcome this problem? we are using 7.1 server Thanks...
by ramdev_srh
Thu Jul 27, 2006 9:15 am
Forum: General
Topic: What is e*way Intelligent Adapter for sap
Replies: 1
Views: 3907

What is e*way Intelligent Adapter for sap

Hi All,
Please let me know what is e*Way Intelligent Adapter for sap(BAPI)

Shall we use this one in Datastage to connect sap .

Thanks & Regards
Ram
by ramdev_srh
Tue Jul 25, 2006 9:39 am
Forum: General
Topic: subroutine
Replies: 3
Views: 5102

Re: subroutine

Hi, Can any one tell me how to craete a before job subroutine using basic functions for data cleansing. I need subroutine code for data cleansing. Thanks, Somaraju Hi , In job properties window you can mention before subroutine and after subroutine. Pls correct me if it is a mistake. Regards ramdev
by ramdev_srh
Mon Jul 24, 2006 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing duplicates from 20 million records
Replies: 24
Views: 10032

Re: Removing duplicates from 20 million records

Hi all, We are facing one problem in removing duplicates. we have 2 files. Each file has 10 million records. When we remove duplicates using Aggregator stage on 3 key columns, we are getting limitation on Aggregation memory. The job is getting aborted after the memory reaches to 2 GB, i.e after 15 ...
by ramdev_srh
Mon Jul 24, 2006 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error during lookup
Replies: 17
Views: 6951

Re: Error during lookup

HI, I have a table CODE VARCHAR2(10) PK NOT NULL, CODE_DESC VARCHAR2(50) If I do a userdefined query in a OCI stage and write to a file with the following command SELECT CODE FROM CODE_LKP it works. If I perform the same in a job where this stage acts as a lookup, it gives me the following error. O...