how can you sort the dataset having millions of OBS(instead
of sort procedure?
Answers were Sorted based on User's Feedback
Answer / ram
using there TAG SORT. it is more efficient than Sort procedure.
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / venkatesh
by using proc format u can do sort in eficient wway
but u need to use cntlin for dataset
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / chandrakanth
proc sql;
create table dataset-name as select * from source-dataset-name group by sorting-variable-name;
quit;
GROUP BY option is for sorting the data.
Please let me know if you have more questions
| Is This Answer Correct ? | 4 Yes | 5 No |
What are TEAEs
2 Answers Accenture, Quintiles,
what is validvarname and varnum? why we are using this options; explain with a syntax for this options?
explain the key concept of sas? : Sas-administrator
Explain what is the use of proc gplot?
what is the prob plot in clinical domain
tell me about use of arrays in sas
What is the SAS data set?
if we dont want to print output what we have to do..???give syntax..???
8 Answers Accenture, GSK GlaxoSmithKline,
What is the work of tranwrd function?
what is the difference between SET and MERGE?
What are pdv and it functions?
name the scheduler for scheduling job and explain the scheduler? : Sas-di