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.

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
Develop Code with SAS Studio

Get started using SAS Studio to write, run and debug your SAS programs.

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
  • 956 views
  • 0 likes
  • 1 in conversation