Name validation tools used in SAS
No Answer is Posted For this Question
Be the First to Post Answer
what is data access? : Sas-di
What are the joins,types of joins and thier functions?
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 do you know about symput and symget?
Tell e how how dealt with..
How necessary is it to be creative in your work?
Write a SAS macro to calculate number of numbers in an email address
Identify statements whose placement in the DATA step is critical.
Give some examples where proc report’s defaults are same as proc print’s defaults?
how to import HTML files into SAS datasets?
I am looking to buy a sas advance book. So any one can guide me that which one i should buy.
what is the difference between floor and ceil functions in sas? : Sas-administrator