BookmarkSubscribeRSS Feed
Sultana
Calcite | Level 5

I have created a data set and now need to load it in the permanent library as a table not as a project in SAS EG

2 REPLIES 2
Reeza
Super User
There’s nothing wrong with your code, assuming the log shows no errors. The theory is right so either the oath is wrong - if E.G. is on a server that’s very likely. Or your input data set, test, is wrong somehow, as in it doesn’t exist or is misspelled. The log will tell you.
Kurt_Bremser
Super User
data step Autoload.Sample_CLR
set Test;
run;

will (try to) create two datasets, work.step and autoload.sample_clr.

Both dataset names do not correspond to dim_sample_clr which you have in the tableview.

Please use

  • the "photos" icon for posting screenshots
  • the "little running man" icon for SAS code
  • the {i} icon for logs or textual data

this will save us the hassle of downloading, virus-checking and opening of Office documents.

And post code, logs and results that correspond to each other.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 973 views
  • 2 likes
  • 3 in conversation