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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 733 views
  • 0 likes
  • 2 in conversation