BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I am not able to see SAS report output in EG which i am generating through list data.
I have done settings in Tools->Option and selected SAS report also .
I am getting this warning and because of that i am not getting output.
WARNING: No output destinations active.
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi:
It seems like your ODS destinations are being closed. The only statement I know of that will close ODS destinations are:
[pre]
ods _all_ close;
or specific
ods {destination} close;
[/pre]

But, the List Data task does not normally close any destinations. Generally, EG adds ODS wrapper code around the task code based on the result type you choose under Tools --> Options.

You might examine your LOG to see if you also have a WARNING message that says:
[pre]
WARNING: Tagset TAGSETS.SASREPORT11 not found; the default tagset will be used instead.
[/pre]

In either case (misplaced CLOSE or TAGSET not found), I think this is a question that is best answered by Tech Support -- since the behavior you experience is not the usual EG behavior.

cynthia

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 1 reply
  • 601 views
  • 0 likes
  • 2 in conversation