The LibnameZip package, version: 0.2.0;
The LibnameZip package is a bunch of macros design to help emulate a ZIP-library engine in SAS.
[This is still an experimental phase, your feedback is most appreciated!]
Package allows seamlessly push back and forward data from a SAS library to a compressed ZIP file.
This release introduced the following feature: when used with the SQLinDS package, the %LibnameZipData() macro allows saving SQL queries results in the ZIP.
Check documentation for details.
EXAMPLE. Create library H associated with the R:/libnameZIP_H.zip file.
Use the SQLinDS package to save SQL query result in libnameZIP.
%loadPackage(SQLinDS)
%libnameZip(H,R:/libnameZIP_H.zip)
%LibnameZipData(H,CARS,%SQL(select * from sashelp.cars))
Version information:
- Package: LibnameZip
- Version: 0.2.0
- Generated: 2026-06-21T11:16:49
- Author(s): Bartosz Jablonski (yabwon@gmail.com)
- Maintainer(s): Bartosz Jablonski (yabwon@gmail.com)
- License: MIT
- File SHA256:
F*7EB405957AA9684740B83195FDBCA3A3BFBD4AF31223FDAD39E9F32DB43DC9D5for this version - Content SHA256:
C*55084DAFAD52F17536DFC0FC4BAE2154A941BCF99E2A751106736C92567E4719for this version
Required SAS Packages:
- BasePlus(3.1.4)