I use SAS UE or SAS studio consistently. Until this morning there is no error or issue and run successfully. However suddenly the program stop run and give me "Note", please see example of SAS code and log file below. it runs half code after I restart SAS studio, but stop around half of code. this is very frustrating, I can't have my any work done.
All my codes are untouched, why it runs a second ago but stop this time? I uninstall and install the newest version of virtualBox (VirtualBox-5.2.6-120293-Win) and SAS (unvbasicvapp__9411011__ova__en__sp0__1), still doesn't run. Anybody has the same issue? how to handle it?
I attached SAS and log file for illustration purpose.
Sounds like you have unbalanced quotes (or parentheses or %macro/%mend ...) and it is causing SAS to get confused.
Reset the server session and start over.
If you cannot locate the problem then submit the program in pieces until you locate it.
Note there is no reason to add macro quoting around this string literal. It already has regular quotes!
%let sasmono=formchar='82838485868788898A8B8C2B3D7C2D2F5C3C3E2A'X;
Thank you! it helps.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.