proc means?
proc sort?
proc append?
proc freq?
proc print?
proc content?

Answers were Sorted based on User's Feedback



proc means? proc sort? proc append? proc freq? proc print? proc content? ..

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

proc means? proc sort? proc append? proc freq? proc print? proc content? ..

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

proc means? proc sort? proc append? proc freq? proc print? proc content? ..

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

proc means? proc sort? proc append? proc freq? proc print? proc content? ..

Answer / krishnarao

proc append means avenge the data in one by one.

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More SAS Interview Questions

what is the effect of the options statement errors=1? : Sas programming

1 Answers  


how to debug and test the sas program? : Sas-administrator

1 Answers  


Does anybody has lastest SAS certification dumps,if anybody has please mail me on saggydesai@gmail.com

2 Answers  


what is the one statement to set the criteria of data that can be coded in any step? : Sas programming

1 Answers  


how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5

0 Answers  


What is the difference between nodup and nodupkey options?

20 Answers   iFlex, Makro, Talwar,


What is PDV?

1 Answers  


what is the purpose of _error_? : Sas programming

1 Answers  


what is the primary data source for the wrs? : Sas-bi

1 Answers  


Mention what is the difference between nodupkey and nodup options?

1 Answers  


is it possible to generate sas datasets using proc print ???

1 Answers   GSK GlaxoSmithKline,


How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i have no file Conversion?

3 Answers   Reddy Labs,


Categories