Skip to content
Prev 171963 / 398503 Next

Inefficiency of SAS Programming

Gerard M. Keogh wrote:
But try this:

PROC IML;
... some custom user code ...
... loop over j=1 to 10 ...
...   PROC GENMOD, output results back to IML
...

IML is only a partial solution since it is not integrated with the PROC 
step.

Frank