Firstly use PROC PRINTTO; to save LOG information and then use data step to count them all.
proc printto log='c:\temp\saslog.log' newfile;
run;
..........your sas code here.............
proc printto;run;
data _null_;
infile 'c:\temp\saslog.log' end=last;
input;
if _infile_ =: 'ERROR' then count+1;
if last then putlog 'The number of ERROR is ' count ;
run;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Registration is open
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss. Register now and lock in 2025 pricing—just $495!