|
I will say trim(left(var1))='tom some 112'
Sophie
On 7/19/06, Ya Huang <ya.huang@amylin.com> wrote:
>
> can you try this and let us know what happens?
>
> if left(var1)='tom some 112' then output;
>
>
> On Wed, 19 Jul 2006 09:18:56 -0700, jn mao <jn_mao@YAHOO.COM> wrote:
>
> >Hello SAS-Ls,
> >
> > I have a character variable. It was set 49 lenght, but most of them
> have
> 12 letters including number. I need to retrieve them. However, whatever I
> code to output them, they won't come out.
> >
> > For example, my code is
> >
> > if var1='tom some 112' then output;
> >
> > The var1 is a 12 letters data, but its length parameter shown 49. I
> don't know how these data were entered.
> >
> > Could someone help me on retrieving them? Thanks much.
> >
> > Jane
> >
> >
> >---------------------------------
> >Groups are talking. We're listening. Check out the handy changes to
> Yahoo!
> Groups.
>
|