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 the basic structure of the SAS base program?
What is the difference between proportion and average?
What is the difference between INPUT and INFILE ?
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?
How do you write a test plan?
in which companies SAS openings are there? List of companies using SAS technology.
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
how to generate report for 0 observation dataset?
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,
How to convert HTML file into SAS dataset?