Name statements that are recognized at compile time only?
Answer Posted / hasnain
Retain, Array, length
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
how can you create zero observation dataset? : Sas programming
how do you test for missing values? : Sas programming
Describe a time when you were really stuck on a problem and how you solved it?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
Have you used macros? For what purpose you have used? : sas-macro
What makes sas stand out to be the best over other data analytics tools?
what do you mean by data staging area? : Sas-di
What are the different operating system platforms in which we can use sas? : sas-grid-administration
How do you debug and test your SAS programs?
What are the ways to do a “table lookup” in sas?
Explain the difference between nodup and nodupkey options?
What is the difference between using drop = data set option in data statement and set statement?
Differentiate between proc means and proc summary.
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming