BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I am a new learner in SAS programming. I have saved a SPSS dataset (about 10MB containing 90000 observations with 300 columns of data fields). However, when I read such dataset in SAS, the file size as saved is about 10 times the original.

e.g.
SAVE TRANSLATE OUTFILE='d:\test.sas7bdat'
/TYPE=SAS /VERSION=7 /PLATFORM=WINDOWS /MAP /REPLACE .

Please advise me how to read it smaller. Thank you.
2 REPLIES 2
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Again the SAS support website http://support.sas.com/ will help you here - there is a specific conference paper, noted below:

http://www2.sas.com/proceedings/sugi29/142-29.pdf


Scott Barry
SBBWorks, Inc.
Ksharp
Super User
I am not test.
Try to use:

[pre]
options compress=yes;
[/pre]



Ksharp

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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