LINDA ADAM'S SAS TIPS
Quick tips for using SAS(r) Software.
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;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment