How to display duplicate observations in data?
Answer / ravi
we can use the sort DUPOUT in the sort procedure to display the duplicate records as a separate dataset.
| Is This Answer Correct ? | 0 Yes | 0 No |
What sas features do you use to check errors and data validation?
If i doest required Cumilative frequency in my table, generated by using PROC FREQ what i had to do?
Explain what is the use of proc gplot?
what is washout period?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
What is highest missing value for numeric?
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
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
How are the analysis data sets structured?
Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..
how would you create multiple observations from a single observation? : Sas programming
How would you invoke a macro? : sas-macro