SAS Utility Proc 2 SQL.pptVIP

  • 6
  • 0
  • 约 71页
  • 2016-06-16 发布于江西
  • 举报
SAS Utility Proc 2 SQL

SAS Dictionary How to View SAS DICTIONARY Tables Each DICTIONARY table has an associated PROC SQL view in the SASHELP library. There are two ways to access the DICTIONARY tables: Access through procedures and data STEPS syntax using views provided by SAS in the SASHELP library. Read directly using PROC SQL. SAS Dictionary List of DICTIONARY Tables and SASHELP Views SAS Dictionary Example proc sql; create table table as select memname, memtype, nobs, nvar, crdate from dictionary.tables where libname = A; quit; SAS Dictionary Example proc sql; create table column as select * from d

文档评论(0)

1亿VIP精品文档

相关文档