hi,
i was given a sas dataset to use and i noitced it has some weird values in some of the fields
for exmple an email field with values starting from any position
tom@yahoo.com
miki@yahoo.com
mia@yahoo.com
.....
.......
Tried left,compress,strip... nothing is fixing this but also i noticed a note in the log saying:
NOTE: Data file xx.FINAL12.DATA is in a format that is native to another host, or the file encoding does not match
the session encoding. Cross Environment Data Access will be used, which might require additional CPU resources and might
reduce performance.
how can this be fixed?
thx
Tal
Have you tried compress(var,' ','c') to remove control characters ?
Except the log note - have you any issue getting wrong results ?
It seems that SAS overcame the issue of encoding and just noticed it to you.
Have you tried compress(var,' ','c') to remove control characters ?
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 the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.