Search found 101 matches

by arnie_nits
Wed Feb 02, 2011 5:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Junk characters
Replies: 2
Views: 2758

Junk characters

Hi,

A junk character '�' sometimes get attached in front of varchar fields.
Like 'Datastage' loaded as '�Datastage'

How can I remove it in the job.

Regards,
Arnie
by arnie_nits
Thu Nov 25, 2010 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing Duplicates
Replies: 6
Views: 3123

id
111
111
111
111

required result
id
111
9110
9111
9112
by arnie_nits
Thu Nov 25, 2010 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing Duplicates
Replies: 6
Views: 3123

Hi,

This is in one field and no commas.

it comes in rows.
by arnie_nits
Thu Nov 25, 2010 10:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing Duplicates
Replies: 6
Views: 3123

Removing Duplicates

Hi,

I want to get rid of any number of duplicates.

example.

111,111,111,111

should be
111,91110,91111,91112

There can be any number of duplicates.

Please suggest.

Regards,
by arnie_nits
Mon Oct 18, 2010 12:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Like operation
Replies: 2
Views: 1934

Like operation

Hi

I have a requirement where if the description is "abc /1 ml" or "abc/ml" or "abc/1ml @ 10 min" then I need to multiply the other column i.e the value to 100.

Please suggets. Is it possible in transformer??

Regards,
Arnie.
by arnie_nits
Wed Aug 18, 2010 3:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Modify the 1st digit
Replies: 2
Views: 1760

Modify the 1st digit

Hi, I have requirement where if the record are 1,15,201...then the output should be 1,15,501....that is if the number is 3 digit then the 1st digit needs to be changed to 5.

Please suggest....

Thanks...
by arnie_nits
Thu Aug 12, 2010 5:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job not running
Replies: 5
Views: 2930

Well I broke the job in to parts.....from the db to a seq file and then from that file I was able to extract and perform the operations like lookups,sort etc.....was very strange....wonder what can be the reason!!....
by arnie_nits
Thu Aug 12, 2010 2:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job not running
Replies: 5
Views: 2930

it is an extract job....extracts from a table.. contains few lookups and a sort stage...and loads into a sequential file....
by arnie_nits
Thu Aug 12, 2010 2:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job not running
Replies: 5
Views: 2930

Job not running

Hi,

I have a job that was working OK until now. Now it just keeps on running and shows no rows being extracted. In director, it is stuck at this line:
DSD.BCIConnect call to SQLConnect returned informational message

What can be the reason....please suggest.

Regards,
Arnie.
by arnie_nits
Wed Aug 04, 2010 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to get the last word after space
Replies: 4
Views: 2861

how to get the last word after space

Hi ,

I have a requirement where I need to get the last word after space..e.g:
from ABC XYZ I should pick XYZ and from ABC XYZ ASD I should pick ASD....

Please suggest...
Regards,
by arnie_nits
Mon Aug 02, 2010 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lastname,firstname
Replies: 4
Views: 3221

Thanks..it works
by arnie_nits
Mon Aug 02, 2010 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lastname,firstname
Replies: 4
Views: 3221

lastname,firstname

Hi ,

How would I change lastname,firstname to firstname.lastname
Please suggest.

regards,
Arnie.
by arnie_nits
Thu Jul 29, 2010 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: changing format
Replies: 3
Views: 1850

Thanks...it works....

Regards,
Arnie.
by arnie_nits
Thu Jul 29, 2010 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: changing format
Replies: 3
Views: 1850

changing format

Hi I have a requirement where
A1 will become A001
A13 will become A013

Please suggest how to get this.

Regards,
by arnie_nits
Fri Jun 18, 2010 7:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Driver error
Replies: 15
Views: 8815

ok here is the scenario that confuses me .... In my job I am reading from a file and looking up with target table to get the max of sequence no and generation max+1 and then loading in the same target. That job was running well untill yesterday(now not running). for testing purpose I broke the job i...