If SAS put Enterprise Miner into Base SAS then they couldn't license EMiner. That is a business decision, not a technical one. There is one technical side to it, however. Many of the EMiner algorithms do not have closed form solutions; they require the use of itterative search algorithms. To implement them effectively, the data needs to be in memory and that runs contrary to one of SAS' core strengths -- it's ability to handle arbitrarily large data sets. EMiner uses the SEMMA approach (see its documentation) to break the data into smaller pieces and circle in on a reasonable approximate answer. That is appropriate for activities that are necessarily approximate, but not for things that should have closed form solutions. Doc Muhlbaier Duke
... View more