| Setting Up Your SAS Session |
| Referencing Files in SAS
Libraries |
| Specifying Two-Level Names
After you assign a libref, you specify it as the first element in the two-level name for a SAS file. |
|
|||||||
For example, in order for the PRINT procedure to read
Clinic.Vsview, you specify the two-level name of the file
as follows:
proc print data=clinic.vsview;
run;
|
Copyright © 2002 SAS Institute Inc.,
Cary, NC, USA. All rights reserved.