BookmarkSubscribeRSS Feed
swayto
Fluorite | Level 6

How to tell a compiler error from execution error

2 REPLIES 2
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Relates to all questions:

https://communities.sas.com/t5/SAS-Communities-Library/How-to-ask-a-question-in-SAS-Analytics-U-Comm...

 

Provide examples of what you mean.  Subject title should be descriptive of the problem etc.

ballardw
Super User

@swayto wrote:

How to tell a compiler error from execution error


Do you mean by "compiler error" that the compiler made an error or that the compiler detected a programming syntax error? If the last then checking the log for errors. If you have fatal syntax error SAS is usually pretty good with showing where the first error occurs. Often that error will cause others such as "data set not found" because the step that was to create the set failed.

 

Basically "check the log" and read the error and warnings.

 

There are so many ways for users to make logic errors there isn't any one way to tell execution errors though running code on data where you "know" what the results should be is common. Of course assuming your variables are numeric when the values are actually character, or vice versa, often results in unexpected results. But that is because you did not actually "know your data".

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 2 replies
  • 977 views
  • 0 likes
  • 3 in conversation