BookmarkSubscribeRSS Feed
sasphd
Lapis Lazuli | Level 10

Hello,

I am running bootstrap simulations. My program works for few data when I make a test. But, when I perform the whole database, SAS keep running and after some time, he notice that memories is insufficient.

Can someone help me?

4 REPLIES 4
PGStats
Opal | Level 21

What is the error message?

PG
SASKiwi
PROC Star

Run: proc options; run; and tell us what your MEMSIZE= option is.

sasphd
Lapis Lazuli | Level 10

MEMSIZE=2147483648

Specifies the limit on the total amount of memory to be used by the SAS System

My problem is not to generate the bootstrap samples but with my main program running on the bootstrap samples.

Doc_Duke
Rhodochrosite | Level 12

Bootstrap simulations would not typically run out of memory (unless you are using IML), but it could easily run out of disk space.  For instance, the old %bootsamp macro stores the intermediate data on disk and it can add up fast.

Can you post your bootstrap code.

Also, this thread may be helpful:

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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
  • 4 replies
  • 1115 views
  • 3 likes
  • 4 in conversation