What is proc sort?
Answer / Supranshu Saurabh Vir Singh
"proc sort"; is a procedure in SAS (Statistical Analysis System) that is used to sort data sets based on one or more variables. It allows for efficient organization of the data in ascending or descending order.
| Is This Answer Correct ? | 0 Yes | 0 No |
DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.
8 Answers Verinon Technology Solutions,
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
What is by-group processing?
What is univariate n where it can be used n how...?
How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What is SAS?
describe about metadata object? : Sas-di
how to read raw data in sas. Do it manually and throw the programming.
how do we mail reports from SAS environment to our team leader
explain the use of % includes a statement in sas? : Sas-administrator
how to do user inputs and command line arguments in sas?
How do you add a number to a macro variable? : sas-macro