Search found 7201 matches

by admin
Mon May 26, 2003 3:35 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Doubt
Replies: 4
Views: 652

Thanks Scott -----Original Message----- From: Scott Brooks [mailto:sbrooks@psu.edu] Sent: Friday, May 23, 2003 8:15 PM To: datastage-users@oliver.com Subject: Re: Doubt Hi Senthil, If the files arent too large, you could use a custom routine (DataStage Basic) to read the one file into an array. Then...
by admin
Sat May 24, 2003 12:18 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Cleansing in Datastage
Replies: 7
Views: 2640

Name and address cleansing is always extremely tricky (complex); there are so many business rules that might apply, particularly if you have to handle names and addresses in multiple countries. It is better to use a product that is specifically for this kind of task, such as INTEGRITY (which is part...
by admin
Sat May 24, 2003 12:15 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Doubt
Replies: 4
Views: 652

Have you contemplated using a Merge stage doing a "Complete Set" join between the two sequential files, then performing your comparisons in a following Transformer stage? ----- Original Message ----- From: "Senthil Kumar B" Date: Fri, 23 May 2003 11:58:09 +0530 To: Subject: Doubt > Hi: > > I have a ...
by admin
Sat May 24, 2003 12:12 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Re: Doubt
Replies: 2
Views: 600

LOCATE and FIND statements in DataStage BASIC search for an exact match. FINDSTR can be used to search for a partial match. The MATCHES operator can be used to match a pattern, by which means a "one string contains the other" comparison can be achieved. ----- Original Message ----- From: Date: Fri, ...
by admin
Fri May 23, 2003 3:43 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Cleansing in Datastage
Replies: 7
Views: 2640

The Integrity module of the Ascential Suite is a fully integrated Data Cleansing tool - I would suggest you take a look at www.ascential.com for further details or contact your local team Regards Howard -----Original Message----- From: Senthil Kumar B [mailto:Senthil_KumarB@mindtree.com] Sent: 23 Ma...
by admin
Fri May 23, 2003 3:22 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Re: Doubt
Replies: 2
Views: 600

Senthil, You could start your job with Job Control code to build a dynamic array of the second sequential file, as Scott suggests, and load it into named common. Then, for each row in the first sequential file, call a routine on the transform derivation line that locates the text (using the LOCATE s...
by admin
Fri May 23, 2003 3:22 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Re: Doubt
Replies: 2
Views: 600

Re: Doubt

This is a topic for an orphaned message.
by admin
Fri May 23, 2003 3:16 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Cleansing in Datastage
Replies: 7
Views: 2640

Depending on the degree of need(budget), you may want to investigate the INTEGRITY option/add-on for DataStage XE. This offers virtually unlimited matching capabilities. It has historically been used for matching names and addresses, part descriptions from multiple vendors, and for extracting specif...
by admin
Fri May 23, 2003 3:04 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Cleansing in Datastage
Replies: 7
Views: 2640

Senthil Soundex is not meant to be an exact match. Most soundex routines return a point value like 600 for Smith. If you use plus or minus 50 or 100 points then you will return Smythe or Smiht as well as Smith. Soundex will do what you want if used properly. Thanks Kim. Kim Duke DsWebMon - Safely Co...
by admin
Fri May 23, 2003 3:00 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: connecting new DB2 server to DataStage AIX
Replies: 0
Views: 598

connecting new DB2 server to DataStage AIX

Hi, Im trying to help out someone here - does anyone know how to connect a DB2 server to the AIX ? db2 => CATALOG TCPIP NODE REMOTE SERVER 4325 DB20000I The CATALOG TCPIP NODE command completed successfully. DB21056W Directory changes may not be effective until the directory cache is refreshed. db2 ...
by admin
Fri May 23, 2003 2:44 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Doubt
Replies: 4
Views: 652

Hi Senthil, If the files arent too large, you could use a custom routine (DataStage Basic) to read the one file into an array. Then you can read through the input file and for each record do a For - Next loop through the array (i.e. nested loops). You can then write out what you need. I hope this he...
by admin
Fri May 23, 2003 2:19 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Cleansing in Datastage
Replies: 7
Views: 2640

I used soundex but it doesnt give desirable output. DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Private Limited (MindTree) will not be responsible for any virus...
by admin
Fri May 23, 2003 1:52 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Cleansing in Datastage
Replies: 7
Views: 2640

Senthil You could do a soundex lookup. In the old Universe manuals it outlined a soundex routine. You can download those manuals from IBM. If you cannot find it then let me know. Thanks Kim. Kim Duke DsWebMon - Safely Control DataStage from the Web www.Duke-Consulting.com -----Original Message----- ...
by admin
Fri May 23, 2003 8:55 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Cleansing in Datastage
Replies: 7
Views: 2640

**************************Disclaimer************************************ Information contained in this E-MAIL being proprietary to Wipro Limited is privileged and confidential and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or di...
by admin
Fri May 23, 2003 8:39 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Cleansing in Datastage
Replies: 7
Views: 2640

Cleansing in Datastage

Hi: Please provide me ideas to do data cleansing in datastage. For example... Name: Bob William (Standard Name) Input : Bob Wilam The input should be cleansed to the standard format. Please suggest some ideas how this can be done in datastage. Senthil DISCLAIMER: This message (including attachment i...