Skip to content
Prev 172021 / 398503 Next

Inefficiency of SAS Programming

But SAS/IML is not part of base SAS, it costs extra, so there is a good chance that a user that has SAS will not be able to run code that uses SAS/IML.

I have known of SAS programmers who know IML well that still write matrix/vector tools using macros or proc transpose so that a user without IML can still use the code (the fact that the code that started this thread was found on a website, suggests that it was meant for general use rather than something only used internally where you know what add-ons will be available).

Just another way that R makes life easier for both programmer and user.