BookmarkSubscribeRSS Feed
iSAS
Quartz | Level 8

We have a huge amount of datasets and we only have a limited amount of space. Since we couldn't delete our datasets and to save space, we would just like to compress and decompress it whenever needed using PROC CPORT & PROC CIMPORT.

 

We would like to know if this approcah is safe? Is there a possibility that our datasets will be corrupted if we keep on compressing/decompressing it using this approach? Also, during compression/decompression, is there a possibility that we will encounter issues that might lead to corruption of data?

 

We will also be migrating from SAS 9.2 to 9.3, are decompression of compressed 9.2 datasets in 9.3 ok?

2 REPLIES 2
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Proc cport/cimport are not methods for compressing, or archiving data.  They are old methods for moving data from one system to another.  I highly recommend you do not use that process for what you are saying.

http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#cport-overview.htm

 

If you have large amounts of data, and need to work with it, consider moving to a virtual platform or datastore where your large data can be held on expanding - and backed up - storage, and be next to the processing unit.  This costs, but is far better than trying to work with a home brew situation which will fail.  

 

I assume you use the compress option:

http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a001288760.htm

 

Also, consider some re-modelling of the data, or other technique.

 

I would really advise you look at both your storage and processing needs and implement a system which is adequate to cover those needs, anything else will be sub optimal and likely cause you more issues further down the road.  And unless you have a specific need for cport/import avoid it, much like xpt they are horrible.

iSAS
Quartz | Level 8
Thank you so much for the help rw9. We'll take note on this 🙂

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 882 views
  • 1 like
  • 2 in conversation