I am using EG7.1 I sometimes conditionnaly throw custom errors in my programs by using: %PUT ERROR: CUSTOM ERROR THROWN BY MACRO; or alternatively: DATA _NULL_;
ERROR "ERROR:CUSTOM ERROR THROWN BY DATASTEP";
RUN; I would expect these errors to appear in the log summary just like normal errors do. They will show up in the log and a red "X" will show in the program icon but they do not show up in the error list. Is there anyway to enable them showing in the list ? Perhaps a macro flag that needs to be set ? Thank you
... View more