I will discuss SAS programming tips, tricks, new functions or procedures and statistical analysis using SAS in this blog.
Tuesday, June 16, 2009
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
SAS is a compiler. SAS does not read and execute one statement at a time. It will either wait for a RUN, QUIT, next DATA or PROC statement before executing its statment. This process is similar to a compiler than a interpreter.
No comments:
Post a Comment