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
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
What is substr function?
What is the role of unrestrictive users? : sas-grid-administration
What is the maximum length of the macro variable? : sas-macro
What is the basic syntax of a sas program?
how to change the execute of macro
how could you generate test data with no input data? : Sas programming
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
How you can read the variables that you need?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
what is function of retain statment
Of all your work, where have you been the most successful?
What is the difference between one to one merge and match merge? Give an example.
Give some ways by which you can define the variables to produce the summary report (using proc report)?
what is the difference between unique key and primary key? : Sas-di