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

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