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
Differentiate between format and informat? : sas-grid-administration
For what purposes have you used sas macros? : sas-macro
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
Which date function advances a date, time or datetime value by a given interval?
What are the advantages of using sas?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
what is data integration? : Sas-di
how does sas handle missing values in procs? : Sas programming
For clinical entire study how many tables will create approx?
Can you execute macro within another macro? : sas-macro
what is change analysis in sas di ? : Sas-di
How substr function works in sas?
do you prefer proc report or proc tabulate? Why? : Sas programming
How would you define the end of a macro? : sas-macro
What are the different operating system platforms in which we can use sas? : sas-grid-administration