Date: Mon, 5 Apr 2010 08:51:30 -0700
Reply-To: SAS_learner <proccontents@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: SAS_learner <proccontents@GMAIL.COM>
Subject: Re: Inserting Special characters inside the Report
In-Reply-To: <k2i1e9ba8b51004050604wb12b6016hbebcae8c3f871afe@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Thanks Ron for suggestion, I tried the way you have suggested but it did
not work. When I spoke to a colleague of mine here he said there is some
company settings that is preventing special character inside the proc report
even though I use the code this way
ods escapechar = "^";
%let GE = %nrbquote(^S={font_face=Symbol}'"B1"x'^S={});
Any way thanks once again for the help . I am using >= instead
thanks
SL
On Mon, Apr 5, 2010 at 6:04 AM, Ron Manley <ron2sas@gmail.com> wrote:
> ^S={font_face=Symbol}'"B1"x'^S={}
>
|