To download the sample
data:
-
Start SAS Enterprise
Guide.
-
In the Welcome
to SAS Enterprise window, select New Project.
-
-
Depending on your network
configuration, you might not have Write access to the Sasuser directory
where the sample data is stored. To determine the status of the Sasuser
directory, submit the following code:
proc options option=rsasuser;
run;
-
If the result from the
PROC OPTIONS code is RSASUSER, you must redirect the Sasuser folder
by creating a new folder. From your server area, open the Files folder,
right-click a drive or folder, and select New Folder.
Enter the new folder name.
Note: If the result from the PROC OPTIONS code is NORSASUSER, the Sasuser ...