Editing and Debugging SAS Programs |
Interpreting Error Messages |
Error Type | Description |
---|---|
syntax | Syntax errors are detected during compile time and occur when program statements do not conform to the rules of the SAS language. |
semantic | Semantic errors are detected during compile time and occur when the form of the elements in a SAS statement is correct, but the elements are not valid for that usage. |
execution-time | Execution-time errors are errors that occur when the SAS System executes the program on data values. |
data | Data errors are detected during execution time and occur when some data values are not appropriate for the SAS statements you have specified in the program. |
macro related | Macro related errors occur when there are errors in using the macro facility itself or when there are errors in the SAS code produced by the macro facility. |
Copyright © 2002 SAS Institute Inc.,
Cary, NC, USA. All rights reserved.