Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
Answer Posted / 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 |
Post New Answer View All Answers
what is sas business intelligence? : Sas-bi
what are the component of range? : Sas-bi
What is the maximum length of the macro variable? : sas-macro
describe about metadata object? : Sas-di
why is sas considered self-documenting? : Sas programming
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
How do you use the do loop if you don’t know how many times you should execute the do loop?
For what purpose would you use the RETAIN statement?
What is the difference between proportion and average?
what is the use of proc sql? : Sas programming
Explain the difference between using drop = data set option in set and data statement?
how do you pull data from equifax?tell me the process?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Name types of category in which SAS Informats are placed?