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
why is sas data integration studio important? : Sas-di
explain what is factor analysis? : Sas-administrator
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
Explain substr function?
What are the default statistics for means procedure?
What is interleaving in SAS?
Name some categories in sas 9? : sas-grid-administration
What is the difference between order and group variable in proc report?
What is program data vector (pdv)?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
For what purposes have you used sas macros? : sas-macro
What are the different servers in sas? : sas-grid-administration
What is the difference between SAS functions and procedures?
what is function of retain statment
What are the different operating system platforms in which we can use sas? : sas-grid-administration