【发布时间】:2014-02-19 16:12:32
【问题描述】:
我想遍历特定文件夹中的文件,并提取文件名的子字符串。有没有简单的方法可以做到这一点?
lib dir '.../folder';
#iterate through all files of dir and extract first five letters of file name;
#open files and do some processesing, aka data steps proc steps;
【问题讨论】:
-
到目前为止您尝试过什么?这是一个非常常见的问题,在 SO 或 google 上搜索会产生很多结果。
标签: sas