In SAS Studio (version 5) I have created a new dataset, which I want to continue using for analysis in the coming weeks. I don't want to create this dataset every time I want to us it, so I would like to save this dataset on SAS Drive. However, I am not able to do this. I tried creating a new library (using: libname MyData '/Users/username/My Folder' ;), but when I try to save the dataset in the library MyData I get the error message: 'library does not exist' (although the library MyData does show up in the list of libraries) I also tried saving the dataset to the library Public, but after logging out the dataset disappears from this library (even though other datasets in this library do not disappear), so this also doesn't seem to be a solution. So how can I save a dataset created in SAS Studio permanently on SAS Drive?
... View more