I'm trying to use proc cport to create transport files
It's works fine with me when I do the data sets one by one
but when I try to transport the whole library the I realized that the cportout file is empty
this is the code that I'm using
libname source 'source';
filename cportout zip 'cportout.zip' ;
proc cport library=source file=cportout memtype=data;
run;