BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Tom
Super User Tom
Super User

I just noticed this Icon on the Results screen in SAS/Studio that is labeled Download generated data.

sas_studio_download.jpg

What is that supposed to do?

How would I "generate data" for it to download?

1 ACCEPTED SOLUTION

Accepted Solutions
Tom
Super User Tom
Super User

So I took a look at what FILEREFs SAS/Studio had defined for my SAS session.

 

proc print data=sashelp.vextfl width=min;
run;

And there was one named _DATAOUT.

 

So using a quick search, I was able to find a page that helps a little bit.

https://documentation.sas.com/doc/en/webeditorcdc/3.71/webeditorrepodg/n0vorm8ef1q4wgn1fzxgqsabhemi....

Which seems to have been generated in response to my earlier confusion about this feature.

View solution in original post

1 REPLY 1
Tom
Super User Tom
Super User

So I took a look at what FILEREFs SAS/Studio had defined for my SAS session.

 

proc print data=sashelp.vextfl width=min;
run;

And there was one named _DATAOUT.

 

So using a quick search, I was able to find a page that helps a little bit.

https://documentation.sas.com/doc/en/webeditorcdc/3.71/webeditorrepodg/n0vorm8ef1q4wgn1fzxgqsabhemi....

Which seems to have been generated in response to my earlier confusion about this feature.

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

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 677 views
  • 0 likes
  • 1 in conversation