What SAS procedures are used by the macros?
Macros for logistic regression use PROC LOGISTIC while that for linear regression use PROC GLM, hence their names. The macros run these procedures iteratively to conduct analyses and then export required results to Excel. In addition to these core procedures, the macros use a host of other SAS procedures and commands to bring you the required results according to your options.