For Z/OS system, I can create a physical file compressed with SMS.
The physical file store the SAS database. If i compress the file with Zedc feature (Zip compression code) i save more than 88% of disk space and lot of CPU because i remove SAS compression.
My problem is the SAS database on this compressed physical file is not a recognized SAS structure file.
To use this file, i have to code LIBNAME xxxx V9SEQ engin, so i have to change all SAS programs who use this SAS database.
I believe, it is a good idea if you determine that the file is compressed with Zedc (very easy) you use automaticaly the good SAS Engine.
Thanks