Wednesday, October 18, 2006

Using Data Sets without Libnames

You can directly reference SAS data sets without defining a libname first. Just enclose the physical file name in quotes:


proc contents data="C:\temp\customers.sas7bdat";
run;

0 Comments:

Post a Comment

<< Home