BookmarkSubscribeRSS Feed
PAzevedo
Fluorite | Level 6

Hi there,

We're having a problem when creating a SP from a EGuide project. All special characters in the SP code get scrambled.

For example, we have a comparison in the code like:

if name='balcão' then ...

when the SP code is generated the character 'ã' is changed into some weird characters and the comparison wont work.

We are now working with EGuide 4.3. With version 4.2 this didn't happen.

I've unsucessfuly searched the Web for an hot fix on this issue.

Any idea on how to go through this?

Regards.

1 REPLY 1
TriciaA
Calcite | Level 5

When you say weird characters ... I'm wondering if it's using EBCDIC or UNICODE ... or maybe just changing to plain ASCII ('0Z').

If that is the case - you may need to use a function that "cleans/keep" the data before the comparison.

This article goes into this situation in deep detail:

http://support.sas.com/techsup/technote/ts642.html

I have had a similar issue in the past and this is how I was able to resolve it.  I realize it's a reach.:smileygrin:

Tricia

Blog: BI Notes for SAS Users

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 1 reply
  • 685 views
  • 0 likes
  • 2 in conversation