IS SAS COMPILER OR INTERPRETER? EXPLAIN?
Answers were Sorted based on User's Feedback
Answer / nanda katepalli
Obviously, all most all languages are interpreters. Because,
the computer can only understand assembly language i.e '0'
and '1'. It converts the language into them and gives it to
the system. SAS can be called as a interpreter because its
done in the internal part and we get the output in the given
language. SAS is a compiler and a interpreter.
| Is This Answer Correct ? | 5 Yes | 7 No |
what is sas olap server? : Sas-di
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
How does the internal authentication work in sas? : sas-grid-administration
what is Business Intelligence?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
define table lookup and how may ways it can be done...explian
What is the pound sign used for in the data_null_ ?
At compile time when a SAS data set is read, what items are created?
what is hash files in sas and why we are using this one in sas?
what is the use of proc sql? : Sas programming
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
For what purpose(s) would use the RETURN statement?