Remove sauce using SORT.

IBM's Sort Product, ICETOOL, ICEMAN and ICEGENER.
Post Reply
Dark Fantasy
New Member
Posts: 8
Joined: Sun Dec 08, 2013 12:54 am

Remove sauce using SORT.

Post by Dark Fantasy »

Hi,

Please have a look at below input:

Code: Select all

SCLA         SCLA             SCLA              
SCLA            SCLA 9        SCLA              
SCLA         SCLA             SCLA             
output should look like this:

Code: Select all

SCLA         SCLA             SCLA              
SCLA         SCLA 9           SCLA              
SCLA         SCLA             SCLA
Could someone please help me on this how to do that?
nicc
Global Moderator
Global Moderator
Posts: 691
Joined: Wed Apr 23, 2014 8:45 pm

Re: Remove sauce using SORT.

Post by nicc »

Use PARSE to split the fields and then use BILD to concatenate them as you want.
Regards
Nic
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “IBM DFSort, ICETOOL, ICEMAN, ICEGENER.”