HI, I am downloading tables, extension .sas7bdat, when I save them to the work folder in libraries they are not there when I close sas and reopen it. Downloading tables from: http://www.ats.ucla.edu/stat/sas/webbooks/reg/default.htm
any help is appreciated. Thanks.
first save to a directory, for example to c:\temp
then create a library in sas :
libname test "c:\temp";
proc print data=test.your_dataset_name;
run;
Linlin already answered your question. Files in one's work directory, by definition, are only meant to be temporary during one's session.
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.