Hi, I have a long code starting with %macro ending with %mend (a long macro) which includes some %do and %if and other statements. I want to run it without macro. So i have removed %macro from the top and %mend from the bottom. As you can guess i get some errors on %do and %if and other syntaxs. Anyone has an idea how can i fix it? appreciate it.
... View more