Rajat, To display the hex representation of a character string, I simply applied the $hex format to it. You can read about that in the documentaiton. To remove the control characters from a string, use the COMPRESS function. See http://www2.sas.com/proceedings/sugi31/028-31.pdf or the documentation for exact syntax. Doc
... View more