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".

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 625 views
  • 0 likes
  • 3 in conversation