Hi SAS-perts! I have successfully created an UI using SAS Stored Processes in EG environment - Involving creating session, passing macro variables within a session, creating custom HTML forms, updating the form with user inputs, drill down reports-etc. Thanks for the inputs from the SAS community as and when required. (Thanks to FriedEgg, Filipvdr, milts, ballardw, NN, Juan Luis Sánchez Hernández.. Sorry If I missed anybody who helped me..Ofcourse SAS TechSupport) My current problem is - I have special characters in macro variable values. Initially I have suppressed '&' and apostrophe. It is passing the 'comma' character properly. When I pass AAAA, INC - it is passing correctly. But I realized that it is not passing the '+'. When I pass 'days +3' and it ends up showing 'days 3'. I m not sure what other special characters it will not pass! Eventually I dont want to suppress any of the special characters and want to display them as such. Examples. The variable has the following values.. which is being passes as _name. Wal&Mart Wal-Mart Wal'mart Wal,Mart Any help is appreciated!
... View more