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.
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
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!
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.
Ready to level-up your skills? Choose your own adventure.