BookmarkSubscribeRSS Feed
deleted_user
Not applicable
What is the best way to compress very large datasets on AIX so they can transported over to a Sun 64 system with SAS on it.
2 REPLIES 2
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
If you are transporting SAS data library files, there is an XPORT format required for certain OS platform conversions/transfers. There are coding examples on the SAS support http://support.sas.com/ website. Suggest whatever approach you choose to exercise it liberally with some testing data scenarios.

Scott Barry
SBBWorks, Inc.
Doc_Duke
Rhodochrosite | Level 12
I'd tend to use gzip. It's available, reliable, and free.

Other considerations.

How big is big? Will the Sun file system handle files that are as large at those on AIX. That is often operating system version dependent ("Sun 64" is not sufficient. I think that you need Solaris 10 to get to the really big files.).

Is the data already in a SAS dataset? If so, make sure the Sun 64's SAS will read datasets created by the AIX ("cross platform compliant"). You may want to consider converting to a SAS transport file first.

Disk space. Is there enough disk space on both to do the work. If disk space is a concern, you may want to invest in an FTP server that will compress and uncompress on the fly.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 666 views
  • 0 likes
  • 3 in conversation