This post explains how to zip or unzip SAS data sets.
1. Zip SAS Dataset with GZIP
2. Unzip/Uncompress .Z Extension SAS File
systask command "gzip 'C:\Users\Deepanshu\Downloads\crime.sas7bdat'" wait taskname=zip status=check shell;
2. Unzip/Uncompress .Z Extension SAS File
systask command "uncompress C:\Users\Deepanshu\Downloads\crime.sas7bdat.Z";
Nicely Explained
ReplyDeleteYea! I've been Googling all day for this! Thanks.
ReplyDelete