Math, asked by santanutewari8, 4 months ago

Page No.
Date
Explain the two common eropors in
READ DATA​

Answers

Answered by charanisathvika
3

Answer:

Syntax errors occur when program statements do not conform to the rules of the SAS language. Examples of syntax errors include

misspelling a SAS keyword

using unmatched quotation marks

forgetting a semicolon

specifying an invalid statement option

specifying an invalid data set option.

When SAS encounters a syntax error, it first attempts to correct the error by attempting to interpret what you meant, then continues processing your program based on its assumptions. If SAS cannot correct the error, it prints an error message to the log.

Similar questions