hi I have some files stored on sas grid (linux server). the usual command. I use sas eg for programming. I need to zip up some sas datasets on the linux server. The following code is not working. Any alternatives? X gzip "/gpfsFS2/sas/folders/201912/carsinformation.sas7bdat";
... View more