How to create list output for cross-tabulations in proc freq?
How to create an external dataset with sas code?
What is difference between sas rename and lable?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
what is the usage for assigning error=1 in a dataset ?
Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
How to create a permanent sas data set?
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 to convert a numeric variable to a character variable?
Explain append procedure?
What is SAS? What are the functions does it performs?
What are the data types in sas?