what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / p.rakesh kumar reddy
-An interpreter translates some form of source code into a
target representation that it can immediately execute and
evaluate. The structure of the interpreter is similar to
that of a compiler, but the amount of time it takes to
produce the executable representation will vary as will the
amount of optimization.
-Interpreter excuts bytecode line by line, and it converts
byte code into Machine code.
-compiler takes whole program at a time and executes it.....
-where as interpreter executes the program line by line.....
| Is This Answer Correct ? | 40 Yes | 14 No |
Post New Answer View All Answers
How do you specify the number of iterations and specific condition within a single do loop?
AE datasets names? how many types?
What are the special input delimiters used in SAS?
What commands are used in the case of including or excluding any specific variables in the data set?
What are the data types in sas?
For what purpose would you use the RETAIN statement?
Describe the function and utility of the most difficult SAS macro that you have written?
What is proc sort?
What are the difference between sas functions and procedures?
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
explain the use of % includes a statement in sas? : Sas-administrator
What areas of SAS are you most interested in?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
how do the in= variables improve the capability of a merge? : Sas programming
explain what is data set in sas? : Sas-administrator