proc means?
proc sort?
proc append?
proc freq?
proc print?
proc content?
Answers were Sorted based on User's Feedback
Answer / ram
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 freq is to find frequency for catogirical data
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / 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 |
Answer / 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 |
Answer / krishnarao
proc append means avenge the data in one by one.
| Is This Answer Correct ? | 0 Yes | 5 No |
What are the difference between ceil and floor functions in sas?
what is sas? is a package or tool? give me introduction about sas?
What are the five ways to do a table lookup in sas? : sas-grid-administration
why is sas data integration studio important? : Sas-di
what do you mean by data staging area? : Sas-di
how do you debug and test your sas programs? : Sas programming
1.we can execute a macro with in a macro,by using call symput and symget can any one give me one example? 2.We can create the macro variables by using %let,%do,macro parameters,INTO clause in proc sql and call symput, can any one give me example to create macro variable with INTO clause and call symput? 3.
Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.
how do u validate sas program
What is difference between Global n Local Macro Variables..?
What is the function of output statement in a SAS Program?
In the flow of DATA step processing, what is the first action in a typical DATA Step?