I wrote a macro code. When I ran the code it returned some error. I corrected the error and tried to run it again. The problem is that it does not run. When I checked the log, it simply lists my code again, but not run it. What's the problem? Thanks.
have you tried to close sas session, start teh session and then run the macro
it happened to me as well, so i followed the above process and it works.
Thanks,
jagadish
Hi jagadish. Yes, it will work if I close the session and open again. I don't want to do that since I have some dataset in the working directory and they are really big. I don't want to rerun them.
Yes, sometimes when doing Macro, DMS hangs. Beside restarting a new SAS session, some may find the following strings helpful, run them all.
*))%*))*/;
;;;;
%mend;
options notes;
run cancel; quit;
proc unk; run;
Do you mean run them and then re-run macro? I will definitely try it tomorrow. THanks.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.