Date: Thu, 16 Mar 2000 08:31:17 -0800
Reply-To: Ya Huang <ya.huang@AGOURON.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Ya Huang <ya.huang@AGOURON.COM>
Subject: Re: Is there any way to substitute sign">=" in another
expressionof underscore underneath ">"?
Content-Type: text/plain; charset=iso-8859-1
You may want to print the output to the printer, it might be different
between what you see on the screen and what you see on the paper.
Ya Huang wrote:
> Try run the code followed, and find out what this special character
> in represented in your system:
>
> data _null_;
> do i=0 to 255;
> a=byte(i);
> put i= hex. a;
> end;
> run;
>
> In my system SUN Solaris/SAS 6.12, it is
> "1B"x, so you can use "1B"x to replace the two ">=".
>
> HTH
>
> Ya Huang
>
> "Xu, Meifen (PA)" wrote:
>
> > I mean that I want the combination of >= in the same position and it turns
> > out it look like > being above '-'. I don't know whether I have expressed
> > what I want clearly to all of you.
> >
> > -----Original Message-----
> > From: Anthony.Kilili@BMGDIRECT.COM [mailto:Anthony.Kilili@BMGDIRECT.COM]
> > Sent: Thursday, March 16, 2000 9:47 AM
> > Subject: Re: Is there any way to substitute sign">=" in another
> > expression of underscore underneath ">"?
> >
> > Make that
> > "greater than OR equal"
> >
> > -----Original Message-----
> > From: Jim Groeneveld [mailto:J.Groeneveld@ITGROUPS.COM]
> > Sent: Thursday, March 16, 2000 9:29 AM
> > To: SAS-L@LISTSERV.UGA.EDU
> > Subject: Re: Is there any way to substitute sign">="
> > in another expression of underscore underneath ">"?
> >
> > Xu,
> >
> > "Greater than and equal" is indicated by both >= and GE.
> > I hope this is what you ment to ask for. If not than I did
> > not understand
> > your question.
> > In that case, could you rephrase your question?
> >
> > Regards - Jim.
> > --
> > Y. (Jim) Groeneveld, MSc IMRO TRAMARKO tel. +31
> > 412 407 070
> > senior statistician, P.O. Box 1 fax. +31
> > 412 407 080
> > head IT department 5350 AA BERGHEM IMRO
> > TRAMARKO: a CRO
> > J.Groeneveld@ITGroups.com the Netherlands in
> > clinical research
> >
> > My computer seems more ²°°°-compatible than I am myself.
> >
> > > -----Original Message-----
> > > From: Xu, Meifen (PA) [SMTP:XuM@ICONUS.COM]
> > > Sent: Thursday, March 16, 2000 2:53 PM
> > > To: SAS-L@LISTSERV.UGA.EDU
> > > Subject: Is there any way to substitute sign">=" in
> > another
> > > expression of underscore underneath ">"?
> > >
> > > Hi, there,
> > >
> > > As the requirement, the expression of great than and equal
> > is reqiured
> > > place
> > > equal in the form of underscore underneath ">" in my job.
> > I have no idea
> > > about it.Is there any way I might achieve it.
> > >
> > > Thanks in advance.
> > >
> > > Meifen Xu
|