LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 1999, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 2 Sep 1999 11:13:21 -0500
Reply-To:     dipak.lad@COVANCE.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         dipak.lad@COVANCE.COM
Subject:      REGISTERED TRADE MARK SYMBOL
Content-Type: text/plain; charset=US-ASCII

Dear Fellow SAS-Lers

What I need to do is produce a Registered Trademark symbol (R in a circle) on a listing.

I am using SAS 6.12 TS055, under UNIX (HP).

Below is small portion of the SAS code that I am using

Data Test; X= Byte(174); Run;

Proc Print Data = Test; Run;

An FSVIEW or PROC PRINT of dataset TEST produces the desired result in interactive SAS. Redirecting the output to a file or running the above code in UNIX causes:

(1) The symbol M-. to appear when viewing the file in UNIX.

(2) When sent to the printer the symbol changes to two less than signs.

(Using FTP and opening the document in WORD preserves the Registered Trademark symbol).

Ideally I would like to print directly from UNIX.

Any suggestions?

Thanks in advance.

----------------------------------------------------- Confidentiality Notice: This e-mail transmission may contain confidential or legally privileged information that is intended only for the individual or entity named in the e-mail address. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or reliance upon the contents of this e-mail is strictly prohibited.

If you have received this e-mail transmission in error, please reply to the sender, so that Covance can arrange for proper delivery, and then please delete the message from your inbox. Thank you.


Back to: Top of message | Previous page | Main SAS-L page