You need to perform an analysis on a massive dataset by
groups, but are unable to sort the data due to memory
constraint. How would you accomplish the task?
Answer Posted / satheesh
you can use index statement,
proc sql;
create index indexname on Tablename(Variable or Columnname);
quit;
the above code is equivalent to sort.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
how can you import .csv file in to sas? : Sas programming
What do you know about symput and symget?
What are the functions used for character handling?
Explain the use of proc print and proc contents?
what is the difference between nodup and nodupkey options? : Sas programming
what is the basic structure sas administrator? : Sas-administrator
What is the function of Stop statement in a SAS Program?
Describe the ways in which you can create macro variables?
what is sas application server? : Sas-di
what is data integration? : Sas-di
what is operational data and operational system? : Sas-di
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
How are numeric and character missing values represented internally?
What are the difference between sas functions and procedures?
what versions of sas have you used (on which platforms)? : Sas programming