BookmarkSubscribeRSS Feed
MarkRMoore
Calcite | Level 5

Hello,

 

I am trying to determine an issue when pulling data from our ODS database into SAS EG 6.1

 

Attached is an example of the problem, but below is the detailed description.

 

In our data, and when pulled using Microsoft Access or SQL server, a double hyphen (special character ASCII value 150) shows as follows:

 

Restorative and Orthodontia–GCCandNGCC

 

However, when using SAS to pull the data into EG, it is getting represented as follows (no dash):

 

RESTORATIVE AND ORTHODONTIA GCCANDNGCC

 

Then, when copied from SAS to Microsoft Excel, it shows as follows (converted to an arrow and best seen in the attachment):

 

 RESTORATIVE AND ORTHODONTIA->GCCANDNGCC

 

(Note that I had to manually type '->' as I am not able to get the actual arrow to display when I pasted from Excel, but it is a single character)

 

Curious if anyone has seen a similar issue and may know the cause.

 

Thank you,

 

Mark

 

2 REPLIES 2
ballardw
Super User

The appearance of the higher order ASCII values is FONT dependent. Some fonts may not have an actual character mapped for some values. Most of the fonts I have installed will display ASCII 150 as lower-case u with a circumflex (Shift 6 on many key boards ^) over it.

 

Some programs will also be "helpful" and reformat to what it thinks you meant, which may be the Excel display

 

 

Ksharp
Super User

Make sure SAS and database have the sam encoding.

If it doesn't, some character would  not appear in SAS side.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 490 views
  • 0 likes
  • 3 in conversation