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
Diamond | Level 26
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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 970 views
  • 0 likes
  • 2 in conversation