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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.