- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 11-08-2018 09:46 PM
(793 views)
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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.