BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Yegen
Pyrite | Level 9

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:


 

Screen Shot 2017-07-09 at 5.16.56 PM.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisBrooks
Ammonite | Level 13

Instead of noprint try Printlevel=0

 

Chris

View solution in original post

2 REPLIES 2
ChrisBrooks
Ammonite | Level 13

Instead of noprint try Printlevel=0

 

Chris

Yegen
Pyrite | Level 9

Thank you very much, @ChrisBrooks. Printlevel=0 works very well.

Cheers 

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 1329 views
  • 2 likes
  • 2 in conversation