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 |
tell me about intnx, intcx functions?
What is the Program Data Vector (PDV)? What are its functions?
how many types of MERGE?
How does proc sql work?
what techniques and/or procs do you use for tables? : Sas programming
What do you feel about hardcoding?
describe about joins? briefly?
What is the registered Key word is sas????
What is the difference between a PROC step and a DATA step?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
How to write duplicate records into a separate dataset using sort?
When you will use nowd option in report???