The libname statement is used to create a library reference, or libref, for a SAS catalog. The syntax is
libname name 'path';
where name is a SAS name and path is a path in the
usual format for the underlying operating system. In the DOS/Windows
environment, a typical use would be
libname jerry 'c:\sas\mydata\';
Copyright © 1997 by Jerry Alan Veeh. All rights reserved.