Do you need to rearrange the order of the data for the report?
No Answer is Posted For this Question
Be the First to Post Answer
Do you need to know if there are any missing values?
what is Difference between PROC SQL JOINS and MERGE?
What are _numeric_ and _character_ and what do they do?
What is the difference between where and if statement?
what is the purpose of _error_? : Sas programming
What is SAS informats?
· What are some good SAS programming practices for processing very large data sets?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
what is the use of proc contents and proc print in sas? : Sas-administrator
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 difference between class statement and by statement in proc means?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro