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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 4 replies
  • 836 views
  • 3 likes
  • 4 in conversation