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 prob plot in clinical domain

1 Answers   TCS,


Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

0 Answers  


At compile time when a SAS data set is read, what items are created?

5 Answers  


How many data types are there in SAS?

0 Answers  


Give some examples where proc report’s defaults are same as proc print’s defaults?

0 Answers  






what is intially documentation for a sas programmer?

2 Answers   Accenture,


how to assign a macro value to a variable?

8 Answers   CitiGroup,


What is the purpose of the trailing @? The @@? How would you use them?

10 Answers   Accenture,


Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?

1 Answers   Icon,


What are TEAEs

2 Answers   Accenture, Quintiles,


How would you delete duplicate observations?

9 Answers  


What is a post baseline?

1 Answers  


Categories