how do we get duplicate observations in a separate dataset?
Answer Posted / mallikarjuna reddy.vanna
use DUPOUT option in proc sort statement.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
Mention the difference between ceil and floor functions in sas?
Explain bmdp procedure?
Which command is used to save logs in the external file?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
What is the difference between the proc sql and data step?
Explain translate function?
how does sas handle missing values in a merge? : Sas programming
What is Linear Regression?
Differentiate between ceil and floor functions.
What is maximum storage capability of SAS?
how would you create multiple observations from a single observation? : Sas programming
how to change the execute of macro
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Difference between nodup and nodupkey options?