Tag: SAS libraries

SAS trick: get the LIBNAME statement to create folders for you

When I work on SAS projects that create lots of files as results, it’s often a requirement that those files be organized in a certain folder structure. The exact structure depends on the project, but here’s an example: /results |__ html |__ images |__ xls |__ data Before you can […]

How to find the ENGINE name for a SAS library

One of the great things about SAS libraries is that you can write your programs to read and write data without having to worry about where the data lives. SAS data set on a file system? Oracle table in a database server? Hadoop data in Hive? For many SAS applications, […]