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

G'day.

 

I'm using Base SAS. I'm just learning Proc Report.

I'm using the nowd option in the proc report statement.

 

When I'm creating new code (that doesn't use proc report) after I run proc report, and hit 'Run' to test it, I get the warning: no output destinations active. Or, when I run other programs I get the warning message.

 

The only way I can get rid of it is if I close SAS completely and reopen.

 

Is there an easier way to get my output destinations back without having to close SAS completely?

 

Thank you!

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

NOWD should not be controlling that. 

 

That would be from an ODS [DESTINATION] CLOSE statement somewhere instead.

 

You can enable your destinations in a similar fashion:

 

ods listing;
ods html;

@jcis7 wrote:

G'day.

 

I'm using Base SAS. I'm just learning Proc Report.

I'm using the nowd option in the proc report statement.

 

When I'm creating new code (that doesn't use proc report) after I run proc report, and hit 'Run' to test it, I get the warning: no output destinations active. Or, when I run other programs I get the warning message.

 

The only way I can get rid of it is if I close SAS completely and reopen.

 

Is there an easier way to get my output destinations back without having to close SAS completely?

 

Thank you!


 

View solution in original post

1 REPLY 1
Reeza
Super User

NOWD should not be controlling that. 

 

That would be from an ODS [DESTINATION] CLOSE statement somewhere instead.

 

You can enable your destinations in a similar fashion:

 

ods listing;
ods html;

@jcis7 wrote:

G'day.

 

I'm using Base SAS. I'm just learning Proc Report.

I'm using the nowd option in the proc report statement.

 

When I'm creating new code (that doesn't use proc report) after I run proc report, and hit 'Run' to test it, I get the warning: no output destinations active. Or, when I run other programs I get the warning message.

 

The only way I can get rid of it is if I close SAS completely and reopen.

 

Is there an easier way to get my output destinations back without having to close SAS completely?

 

Thank you!


 

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1141 views
  • 0 likes
  • 2 in conversation