In my SAS program I am using the option nofmterr since I have a SAS data set with custom formats but I do not have the corresponding SAS format library. So by using this option, instead of SAS generating ERROR messages, SAS generates NOTE messages that the format was not found or could not be loaded. Is there a way to eliminate these NOTE messages?
... View more