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

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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