Quantcast
Channel: ListenData
Viewing all articles
Browse latest Browse all 425

Zip / Unzip SAS Datasets

$
0
0
This post explains how to zip or unzip SAS data sets.

SAS : Zip / Unzip
1. Zip SAS Dataset with GZIP
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";

Viewing all articles
Browse latest Browse all 425

Trending Articles