Answer Posted / mohan reddy
NODUP OR NODUPREC OPTION IN PROC SORT STATEMENT.
EX;
PROC SORT DATA=EMP NODUP;
RUN;
NODUPKEY OPTION WILL ALSO DELETE THE DUPLICATE OBSERVATION
VALUES.BUT IT CAN USE THE BY VARIABLE.
EX
PROC SORT DATA=EMP NODUPKEY;
BY ENO;
RUN;
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
how does sas handle missing values in a merge? : Sas programming
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
Name types of category in which SAS Informats are placed?
What is a method to debug and test your SAS program?
In SAS explain which statement does not perform automatic conversions in comparisons?
Explain by-group processing?
What do you code to create a macro? : sas-macro
which features do you use to check the data validations and errors? : Sas-administrator
What is slibref?
for report generation which one you used proc report or data_null_?
what is factor analysis? : Sas-administrator
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What are the difficulties u faced while doing vital signs table or dataset?
Intern stastical programmer written test
What are the functions which are used for character handling functions?