proc means?
proc sort?
proc append?
proc freq?
proc print?
proc content?
Answer Posted / ankit
Proc means is used for to find discrptive statistics for
continuous data.
proc sort is used to sort the data in ascending or
descending order
Proc Append The APPEND procedure bypasses the
processing of data in the original data set and
adds new observations directly to the end of the
original data set.
proc freq is to find frequency for catogirical data
Proc print is used just to print the data tables.
Proc contents lists the structure of the specified SAS data set.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
how can you import .csv file in to sas? : Sas programming
How do you control the number of observations and/or variables read or written?
what is data integration? : Sas-di
What does P-value signify about the statistical data?
Define run-group processing?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What is program data vector (pdv) and what are its functions?
What is the difference between proportion and average?
State the difference between INFORMAT and FORMAT ?
what is data access? : Sas-di
what is factor analysis? : Sas-administrator
What is the difference between input and infile statement?
how will you location sas platform applications available from web browser? : Sas-bi
How to include or exclude specific variables in a data set?