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 |
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
Explain what is the use of proc gplot?
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
What is the difference between INPUT and INFILE ?
what is the difference between the SAS v8 and SAS v9?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
Describe crosslist option in tables statement?
What are the difference between the sas data step and sas procs?
what are the categories that sas informats are used to the place the data? : Sas-administrator