BookmarkSubscribeRSS Feed
teleous0
Fluorite | Level 6

Hi

When attempting to save datasets, I sometimes get a '.clt" extension. Sometimes   '.log' will appear behind '.sas' while saving and I find that I have a log rather than the dataset. 

 

Thanks

1 REPLY 1
Reeza
Super User

The answer below assumes you're using SAS University Edition.

 

How are you saving your dataset? Using the point and click tool?

 

The easiest way would be to create a library and copy the file to the location.

 

Instructions on how to set up shared drive to save your dataset can be found here:

http://support.sas.com/software/products/university-edition/faq/shared_folder_access_existing.htm

 

libname myloc '/folders/myshortcuts/my_data';

proc datasets library=work nodetails nolist;
copy in=work out=myloc;
select data_save;
run;quit;

libname myloc;

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 751 views
  • 0 likes
  • 2 in conversation