proc means?
proc sort?
proc append?
proc freq?
proc print?
proc content?
Answer Posted / raju
Proc means is used to compute simple statistics from a data
set
Proc sort is used to sort SAS data sets
Proc freq is used to perform one, two, and n way analysis
of catagorical data.
Proc contents lists the structure of the specified SAS data
set. The information includes the names and types (numeric
or character) of the variables in the data set.
The PRINT procedure prints the observations in a SAS data
set, using all or some of the variables. You can create a
variety of reports ranging from a simple listing to a
highly customized report that groups the data and
calculates totals and subtotals for numeric variables.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how do you want missing values handled? : Sas programming
what is sas database server? : Sas-di
describe about physical data integration? : Sas-di
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
what is factor analysis? : Sas-administrator
What are the ways to do a “table lookup” in sas?
Explain data step in SAS
what is the use of sas management console? : Sas-di
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
What is the role of sas grid administrator? : sas-grid-administration
Define run-group processing?
How we can create SAS USER DEFINED CODE?
what do the pad and dim functions do? : Sas programming
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
what is proc Index? and what is proc document?