I am trying to replace a foreign character in a string, unfortunatelly most of useful string functions such as "tranwrd" does not work because SAS complains that it is not a valide SAS name. Right now, I created a macro. In the macro I get the length of the string, then use "substr" to get a single letter at a time, then do a cat afterwards.
Share the actual SAS log with the specific error message revealed -- include all SAS program code revealed. You can do this with a COPY/PASTE into your next forum post-reply.
Also add this statement to generate additional diagnostic message with all variable values displayed to the log:
PUTLOG / _ALL_;
Scott Barry
SBBWorks, Inc.
Message was edited by: sbb