I just noticed this Icon on the Results screen in SAS/Studio that is labeled Download generated data.
What is that supposed to do?
How would I "generate data" for it to download?
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.
Which seems to have been generated in response to my earlier confusion about this feature.
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.
Which seems to have been generated in response to my earlier confusion about this feature.
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.