From: Mak on
I have been trying to use the inbreed procedure in SAS.
I have a large pedigree file (~540,000 records) consisting of Animal
Sire Dam identification codes.
Proc inbreed supposedly can handle large pedigree files. However I am
getting an Out of Memory error.
I'm just specifying the procedure as
proc inbreed data=pedigree;
var Animal Sire Dam;
run;

and within seconds I get the out of memory message in the log.

Has anyone encountered this problem before?
I don't have generation information to run the analysis by generation
and I also know that I have overlapping generations.