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 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 12 Sep 2000 14:46:36 GMT
Reply-To:     autretx@MY-DEJA.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         autretx@MY-DEJA.COM
Organization: Deja.com - Before you buy.
Subject:      Re: Problems with accents

In article <39BE1135.45B5A21E@virgin.net>, Ace <b.rogers@virgin.net> wrote: > autretx@my-deja.com wrote: > > > > I ve sas612.60 under windows 95/ client > > I ve SAS.V609T460 under MVS / serveur > > > > when I code this: > > > > rsubmit MVS; > > %put é; /*** &eacute equivalent in HTML ***/ > > endrsubmit; > > > > in the log I ve got: > > > > NOTE: Remote submit to MVS commencing. > > 3 %put ||; > > || > > NOTE: Remote submit to MVS complete. > > > > Where s the problem? > > I m in ANSI (wincharset) > > the fonts are under /sas612/core/sasdll/ > > and /windows/fonts/ > > > > perhaps a bad installation of the client? > > No. Just the difference between the ASCII and EBCDIC character sets. You > need to find the code number of the e-acute in EBCDIC (if it exists), > then you can use the BYTE function, e.g. > > rsubmit MVS ; > %put %sysfunc(byte(123)) ; > endrsubmit ; > > HTH > -- > Bruce >

It s difficult when SAS put 'Fréquence' (frequencies) in a proc freq for exemple.

'é' is existing in MVS: look into the help with the keyword '863' that s the OEM Codepage 863 Character Set (Canadian-French) and there s 'é'.

and at SAS support their SAS MVS server is in english and supports 'é'.

Xavier

Sent via Deja.com http://www.deja.com/ Before you buy.


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