If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
which stats created by proc means that are not created by proc summary or vice versa?
Briefly explain input and put function?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Tell me more about the parameters in macro? : sas-macro
I am looking to buy a sas advance book. So any one can guide me that which one i should buy.
What is the one statement to set the criteria of data that can be coded in any step?
What is _n_?
describe about joins? briefly?
differnce between 8.2 and 9.1.3
which features do you use to check the data validations and errors? : Sas-administrator
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
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