what are methods to identify duplicate observations?
Answer Posted / hari prasad reddy
3 methods.
1.using proc sort
2.proc sql distinct
3.set first.var and last.var
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
how does sas handle missing values in assignment statements? : Sas programming
what are all the reports you generated in your recent project?
What is the length assigned to the target variable by the scan function?
Differentiate input and infile.
what is sas database server? : Sas-di
Which command is used to save logs in the external file?
what is star schema? : Sas-di
What do you know about symput and symget?
what are the scrubbing procedures in sas? : Sas programming
what is program data vector? : Sas-administrator
for report generation which one you used proc report or data_null_?
What is the function of output statement in a SAS Program?
what are the categories that sas informats are used to the place the data? : Sas-administrator
What is the use of PROC gplot?