What is the difference between nodupkey and nodup options?
No Answer is Posted For this Question
Be the First to Post Answer
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?
How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
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
How do you debug and test your SAS programs?
what are the validation tools in sas?
I am looking to buy a sas advance book. So any one can guide me that which one i should buy.
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
how many data types in sas? : Sas-administrator
wat has been most common programming mistake?
how can u convert this 25-jul-2010 from numeric to charcter?
why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?