Mention what are the data types does SAS contain?
No Answer is Posted For this Question
Be the First to Post Answer
what is SAS/Graph?
Give some examples where proc report’s defaults are same as proc print’s defaults?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
What is the pound sign used for in the data_null_ ?
how do you test for missing values? : Sas programming
What is the use of the %include statement?
Describe a time when you were really stuck on a problem and how you solved it?
How do you use the do loop if you don’t know how many times you should execute the do loop?
Explain the main difference between the sas procedures and functions? : Sas-administrator
How can sas program be validated?
What does a PROC TRANSPOSE do?
How to write duplicate records into a separate dataset using sort?