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 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 957 views
  • 0 likes
  • 2 in conversation