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
Name and describe few sas character functions that are used for data cleaning in brief.
How do you debug and test your SAS programs?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
Difference between nodup and nodupkey options?
how do you debug and test your sas programs? : Sas programming
is data integration and etl programming is same? : Sas-di
how does sas handle missing values in procs? : Sas programming
what is the primary data source for the wrs? : Sas-bi
What commands are used in the case of including or excluding any specific variables in the data set?
Can you explain the process of calendar?
What are the statements in proc sql?
what is the difference between infile and input? : Sas-administrator
What is the basic structure of the SAS base program?
explain the difference between proc means and proc summary?
how do you test for missing values? : Sas programming