Tips for the IML Procedure in SAS
Posted on Jul 19, 2012 in Computer Science • Tagged with SAS, matrix, programming, IML
Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

-
End an
IMLprocedure withquit;. You should never userun;to end an IML procedure because it is used for calling user-defined functions in IML procedures …
Continue reading