libname s 'D:\' ;
data s.ex ;
set sashelp.class ;
run;
x 'zip D:\ex.sas7bdat' D:\ex.zip ;
i used above program for convert dataset to zip file but i couldn't and also how to convert zip file to dataset in sas
Below the response you should see like accept solution, if you click that it is considered as marked.
Please try the gzip and gunzip commands
x 'gzip D:\ex.sas7bdat' ;
x 'gunzip D:\ex.sas7bdat.gz' ;
Below the response you should see like accept solution, if you click that it is considered as marked.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.