I am wondering whether there is an alternative to using Noprint in the OPTMODEL Procedure. I have tried using noprint, but whenever I do that my macro fails to work. In other words, when I have the following the macro fails:
%macro model_outOri ( per1,per2,j0);
* Starting OPTMODEL Procedure;
proc optmodel noprint;
Since I have about 15,000 results, I want to avoid having tables in my results such as the following one:
Instead of noprint try Printlevel=0
Chris
Thank you very much, @ChrisBrooks. Printlevel=0 works very well.
Cheers
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.