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.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.