Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.
Answer Posted / pratik singh jageera
There are hell lot of differences between a Compiler and an Interpreter.But the two which I would take to prove that SAS actually COMPILES and is not Interpreted are:
1)A Compiler takes entire program as input while an interpreter takes single instruction as input.
SAS is a compiler as it 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 statements.
2)In compiler errors are displayed after entire program is checked.While in interpreter it is displayed for every instruction interpreted.
In SAS all errors are displayed after checking the particular data/proc step.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is sas database server? : Sas-di
what are the scrubbing procedures in sas? : Sas programming
Difference between SAS STATA & SPSS?
which date functions advances a date time or date/time value by a given interval? : Sas programming
what is data governance? : Sas-di
do you need to know if there are any missing values? : Sas programming
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
how are numeric and character missing values represented internally? : Sas programming
what are all the reports you generated in your recent project?
Have you ever used the SAS Debugger?
How many ways to overcome a missing values???
What is the general format of function in sas? : sas-grid-administration
What was the last computer book you purchased? Why?
Name validation tools used in SAS
What is the work of tranwrd function?