Agree, I think you have to code this yourself. I have a macro that scans the current log file. If it finds errors/warnings/bad notes, it emails me. It also writes job metadata /status to a database table. So I have a nightly job that checks that table to make sure all expected jobs ran without errors.
Tricia Aanderud has a blog post about how to log-scan end email the results:
https://bi-notes.com/sas-eg-check-the-log/
It's written for EG, but general process works for any SAS job/environment.
... View more