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 |
Name statements that function at both compile and execution time.
Are you familiar with special input delimiters? How are they used?
how we can create optional or required parameters in SAS macro...
CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER? AND DEFERENCIATE THESE TWO ? 1). REPORT PROCEDURE 2). TABULATE PROCEDURE
how many types of MERGE?
Describe crosslist option in tables statement?
What is the purpose of the trailing @? The @@? How would you use them?
how can you get the single data set from the library(which has the number of data sets)?
3 Answers Accenture, Deloitte,
how do u test a pros sql(works or not) without executing it?
what are the three main credit bureau names
1 Answers Synchrony Financial,
what is chi-square test? have you used that?
1 Answers Accenture, Quintiles,
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.