Hi everyone,
I'm using the following:
proc reg data = evtrets2;
by evtdate;
model ret1=mktrf smb hml rmw cma umd wti / r cli clm;
run;
After that I get the SAS ouput but instead I'd like to get a table in the work lib, so under explorer and not under results (hope that makes sense).
Could anyone tell me how to do that? I'm guessing I might need to add something in the above code but not sure what.
Let me know if you need clarifications. Thanks for your help!
First thing is to read the documentation. Do you want the OUTest= option?
If you need to capture procedure outputs, ODS TRACE and ODS OUTPUT are the statements you should get acquainted with. See here for example.
> what's a good way to properly learn how to use SAS?
Solve all the problems you have! 🙂
Also, reading all the questions and solutions provided here.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.