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
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Explain proc univariate?
What are the difficulties u faced while doing vital signs table or dataset?
What is the difference between SAS functions and procedures?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
what are the scrubbing procedures in sas? : Sas programming
What do you know about sas and what we do? : sas-grid-administration
Mention what are the data types does SAS contain?
What are the automatic variables for macro? : sas-macro
What is the difference between match merge and one to one merge?
Mention what is SAS data set?
What is the difference between proportion and average?
What are the differences between sum function and using “+” operator?
Differentiate input and infile.
What do you know about symput and symget?