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 a put statement?
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
How can I remove header from output data set?
In the flow of DATA step processing, what is the first action in a typical DATA Step?
How to convert HTML file into SAS dataset?
Describe a time when you were really stuck on a problem and how you solved it?
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
wt is a-z and a--z?
how to generate report for 0 observation dataset?
We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B
How to merge the data using merge statement and proc format? Is the result is same ?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming