BookmarkSubscribeRSS Feed
Krishna123
Calcite | Level 5

Hi,

I am looking for help to write a code that will display number of notes, errors, and warnings in the sas log at the beginning of the log as we can see in sas online training videos. Here is an example:

>     Errors (5)

>     Warning (7)

>     Notes (3)

Appreciate your help.

Krishna

3 REPLIES 3
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Hi,

This is a Q&A forum.  Your request is a provide a "log check" utility.  If you can consolidate down to certain question help would be forthcoming, but I am not going to write an application for you.  For searching, use infile to read the file, and findw or index wot search for ERROR:, WARNING:, or NOTE:.

Reeza
Super User

What you're seeing in the video's is SAS EG or Studio and you're on SAS BASE?

If you need that functionality why not switch to one of those environments? Also, search LexJansen.com for examples of log scanning utility codes or just google search with those key words.

Krishna123
Calcite | Level 5

Thanks. I will try.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1122 views
  • 3 likes
  • 3 in conversation