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
Give an example where SAS fails to convert character value to numeric value automatically?
Explain what is the use of proc gplot?
How do you define proc in sas? : sas-grid-administration
What is the differnce between SDTM 3.1.2 to 3.1.1 version
What does the RUN statement do?
What do the PUT and INPUT functions do?
What is the difference between INPUT and INFILE ?
Mention what is SAS data set?
What is the function of Stop statement in a SAS Program?
How does the internal authentication work in sas? : sas-grid-administration
Describe the function and utility of the most difficult SAS macro that you have written?
List down the reasons for choosing sas over other data analytics tools.
Given an unsorted data set, how to read the last observation to a new data set?
What are the difficulties u faced while doing vital signs table or dataset?
What are symget and symput? : sas-macro