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 |
How would you include common or reuse to be processed along with your statements?
Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.
How do you add a prefix to some or all variables in a dataset using a SAS macro?
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
How can you put a "trace" in your program?
what is the prob plot in clinical domain
how can you sort the dataset having millions of OBS(instead of sort procedure?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
How would you combine 3 or more tables with different structures?
how do you validate sas program?
What is the purpose of trailing @ and @@? How do you use them?