Ann*_*nna 5 directory path sas subdirectory
我需要列出目录和子目录中所有表的所有列名称。
但是,我尝试使用dictionary.columns,但未在子目录中显示数据集
这是代码
create table Kiwi.summarytablecolumns as select * from
dictionary.columns where libname="Kiwi";
;
quit;
Run Code Online (Sandbox Code Playgroud)
我需要的是这样的:
表名|列名| 路径|
| 归档时间: |
|
| 查看次数: |
90 次 |
| 最近记录: |