Interactive Grouping has the option to use two approaches to come up with the bins or groups for each of your input variables. One way is to use a decision tree using proc arbor, the other is an operation research approach using proc optbin.
When you use a decision tree through the options Optimal Criterion, Quantile, or Monotonic Event Rate, you have all the tree based grouping options that you would expect.
If you are familiar with proc arbor, the small residual option assign missing values to the leaf so that the Sum of Square Error is the lowest. It might have a different name in other decision tree algorithms.
You can find more information on proc arbor and its missing value handling in this document. Missing value options are discussed in page 17. http://support.sas.com/documentation/onlinedoc/miner/em43/allproc.pdf
I hope it helps,
Miguel