Date: Wed, 18 Jul 2007 09:29:49 -0400
Reply-To: Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Subject: Re: List distinct values in a character variable
What does that mean? Could you please provide a small example with source
and target? Somethin like:
var = "abc defg hijkl";
target:
abc
defg
hijkl
Is that what you mean? If yes, are also other delimiters present,
like , . - ! # ??? In other words: what is a distinct value?
Gerhard
On Wed, 18 Jul 2007 06:20:09 -0700, lavanya <lavenskey@GMAIL.COM> wrote:
>Hi all,
>
>can u pls help me to list distinct value in a character variable.
>
>If in a dataset,
> all distinct values for each variable should be listed
>either as output or as table
>using macro
>
>
>Many thanks in advance,
>
>Warm regards,
>Lavenskey
|