SAS Libname Statement
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\';
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\';
附件列表
词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。
如果您认为本词条还有待完善,请 编辑