Determine Whether You Have Write Access
If you are using SAS
Studio or SAS University Edition, you might not have Write access
to the Sasuser directory where the sample data is stored.
Note: If you are using the SAS
windowing environment or SAS Enterprise Guide, you can skip this section.
Submit the following
code:
proc options option=rsasuser; run;
If the result from the
OPTIONS procedure code is NORSASUSER, the Sasuser folder is writable.
If the result from the
PROC OPTIONS code is RSASUSER, the Sasuser folder is Read only, and
you must redirect the Sasuser folder by using a LIBNAME statement.
To set up practice data:
-
In the Folders pane, select My Folders. Then, right-click and select New>Folder.
-
In the Name box, enter a folder ...
Get SAS Certification Prep Guide, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.