Things under legendu
**
Things under legendu
To print an error message into the SAS log
%put ERROR: error_message;To print a warning message into the SAS log
%put WARNING: warning_message;To print a note message into the SAS log
%put NOTE: note_message;To terminate an user-defined module in the IML procedure use stop;
exit; quit;