Search found 5 matches

by prahul4all
Wed Sep 10, 2014 1:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: junk character removal
Replies: 17
Views: 10784

chulett

I shared useful and related information links.If sharing links is not accepted,I will not do that.
by prahul4all
Wed Sep 10, 2014 12:53 am
Forum: General
Topic: Trim Function
Replies: 5
Views: 3065

Re: Trim Function

Hi,

The above function trims the trailing characters,Let's see an example below

Source Field Data : 'DatastageNNN'

Trim('DatastageNNN','N','T')

It will give output as 'Datastage'

After using the trim function it deletes all the Trailing 'N' characters.
by prahul4all
Tue Sep 09, 2014 9:30 pm
Forum: General
Topic: LastrowinGroup function in datastage
Replies: 4
Views: 5718

Re: LastrowinGroup function in datastage

LastRowInGroup Function can be used more than once,This case occurs when we want to use LastRowInGroup function for more than one field.But Before using this function the fields used in this function should be sorted. See the below link for better understanding http://www.idatastage.com/lastrowingro...
by prahul4all
Tue Sep 09, 2014 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: junk character removal
Replies: 17
Views: 10784

Re: junk character removal

Hi,

Use convert function twice to remove the junk characters or extended characters.

See the below links information,this may help you

http://www.idatastage.com/junk-characte ... datastage/

http://www.idatastage.com/junk-characte ... datastage/