I am using the notalnum function in SAS. The input is a db field. Now, the function is returning a value that tells me there is a special character at the end of every string. It is not a space character, because I have used COMPRESS function on the input field.
How can I print the ACII value of the special character at the end of each string?