Search found 36 matches

by nasimul
Mon Jun 02, 2008 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Correct email address by using soundex/phonetics approach
Replies: 3
Views: 2048

Correct email address by using soundex/phonetics approach

Hi, I need to clean email address based on soundex/phonetics approach. For example: 1. xyz@gmaill.com will be changed to xyz@gmail.com 2. xyz@gmaiill.com will be changed to xyz@gmail.com 3. xyz@yohoo.com will be changed to xyz@yahoo.com 4. xyz@ucla.ddu will be changed to xyz@ucla.edu If I can make u...
by nasimul
Fri May 30, 2008 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Correction of email addresses
Replies: 2
Views: 891

Correction of email addresses

Can you please let me know how to do it?
Do I need to use Standardization stage and VEMAIL rule? If yes, pls let me know how can it be achieved. If not pls tell me the way to do it.
by nasimul
Fri May 30, 2008 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Correction of email addresses
Replies: 2
Views: 891

Correction of email addresses

Hi, Our requirement is to correct misspelled email addresses. For example "xyz@gmaiil.com" should be changed to "xyz@gmail.com" "xyz@yohoo.com" should be changed to "xyz@yahoo.com" Can it be done through QualityStage? If yes, pls let me know or tell me other a...
by nasimul
Thu May 29, 2008 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing of special keywords from a field
Replies: 3
Views: 962

Removing of special keywords from a field

Hi, We need to remove keywords like Jr, Sr, II, III etc from a field. For example: "Richard Headley SR" should be changed to "Richard Headley" "Richard SR Headley" should be changed to "Richard Headley" "Sr Richard Headley" should be changed to "...
by nasimul
Mon May 19, 2008 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert data from LATIN1 to UTF8
Replies: 14
Views: 10074

Hi,

I want to know is there any DB2 function to convert LATIN1 format to UTF8 format?
by nasimul
Thu May 15, 2008 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert data from LATIN1 to UTF8
Replies: 14
Views: 10074

Re: Convert data from LATIN1 to UTF8

Hi,
Is there any other way to convert LATIN1 format to UTF8?
Actually in datastage NLS is not enabled.
Please let me know any other solution.

Thanks,
Nasimul
by nasimul
Thu May 15, 2008 1:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert data from LATIN1 to UTF8
Replies: 14
Views: 10074

Convert data from LATIN1 to UTF8

Hi,
Our requirement is to ocnvert data from LATIN1 to UTF8 format? How can it be implemented throgh DataSage?
Please let me know if we have any other way to approach this problem?

Thanks,
Nasimul
by nasimul
Mon Apr 21, 2008 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get DataStage job User Name?
Replies: 5
Views: 1818

Thanks Ray.
System variable @LOGNAME is not accepting.
Pls help.
by nasimul
Mon Apr 21, 2008 4:57 am
Forum: General
Topic: Retrieve User Name
Replies: 4
Views: 1646

I typed system variable @LOGNAME, but it is not accepting.
by nasimul
Mon Apr 21, 2008 4:16 am
Forum: General
Topic: Retrieve User Name
Replies: 4
Views: 1646

Retrieve User Name

How to retrieve user name who triggers the the datastage job?
by nasimul
Tue Feb 27, 2007 10:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invoking DataStage jobs from web browser
Replies: 8
Views: 2298

I mean I need to trigger a job from a web page? lets say,server ip/hostname:=a, job name:=x, project:=y
How to run this job? Please suggest.
by nasimul
Tue Feb 27, 2007 10:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invoking DataStage jobs from web browser
Replies: 8
Views: 2298

Thanks for reply.
Yes, i thought of it. To use dsjob, i need to telnet to the server and then invoke this command like "dsjob -run -jobstatus <params> <jobname> <project>". How can i do all these stuffs in a go?
Regards,
Nasim
by nasimul
Tue Feb 27, 2007 9:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invoking DataStage jobs from web browser
Replies: 8
Views: 2298

Invoking DataStage jobs from web browser

Hi,
I need to trigger DataStage job through Web. Job parameters will be passed to job from the web page once the web request is submitted?
Can anyone provide some input on it?

Thanks & Regards,
Nasim
by nasimul
Mon Jul 31, 2006 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV error is coming while running a DS job
Replies: 2
Views: 1423

SIGSEGV error is coming while running a DS job

Sometimes one job is generating SIGSEGV error and sometimes it runs successfully. I couldn't get the problem why sometime it's running and sometimes it's aborting due to SIGSEGV.
Please share your knowledge, how to deal with this job?