- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 08-09-2015 06:37 PM
(1842 views)
Hi everyone,
I am trying to insert ASCII chatacters into a sas dataset. I have a column with numeric values, and if the numeric value is missing, then I want to crate a new character column and replace the missing value with the infinity symbol. I tried using the BYTE function, but it has a list of 255 special characters, where I could not find infinity. Any input will be appreciated.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You will need SAS DBCS, and run it with UTF-8 encoding. Then you can specify the infinity symbol as 'e2889e'x;