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
what is factor analysis? : Sas-administrator
What is the function of Stop statement in a SAS Program?
What is the role of sas grid administrator? : sas-grid-administration
Mention some common errors that are usually committed in sas programming.
Differentiate between format and informat? : sas-grid-administration
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
how does sas handle missing values in procs? : Sas programming
how many types of prompts are there? : Sas-bi
What can be the size of largest dataset in SAS?
What do the PUT and INPUT functions do?
What are SAS/ACCESS and SAS/CONNECT?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
What is the work of tranwrd function?
What are common programming errors committed in sas
What is interleaving in SAS?