Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
Answers were Sorted based on User's Feedback
Answer / juan
complie. When you submit a DATA step for execution, SAS
checks the syntax of the SAS statements and compiles them,
that is, automatically translate the statements into
machine code.
| Is This Answer Correct ? | 32 Yes | 1 No |
Differences between where and if statement?
How can you put a "trace" in your program?
What is SAS informats?
How would you code a merge that will keep only the observations that have matches from both sets?
what is the SAS/ACCESS and SAS/CONNECT?
9 Answers Accenture, iFlex, TCS,
What is the difference between reading data from an external file and reading data from an existing data set?
how many data types in sas? : Sas-administrator
What is difference between N and n????
why is a stop statement needed for the point=option on a set statement? : Sas programming
how does sas handle missing values in sort order? : Sas programming
What are the differences between proc means and proc summary?
How to get second top scorer student from a class- table having different sections A, B, C & D? each section has same number of student.