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 |
what do you mean by data staging area? : Sas-di
Explain the use of proc print and proc contents?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
How do you generate random samples?
What is the purpose of trailing @ and @@? How do you use them?
what is sas metadata server? : Sas-di
is there any differnce between proc means and proc summary?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
How would you determine the number of missing or nonmissing values in computations?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
How do dates work in SAS data?