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

i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?

5 Answers   L&T,


Hot to suppress characters from a given string?

4 Answers   CTS,


Name any two sas spawners? : sas-grid-administration

0 Answers  


What is a method to debug and test your SAS program?

0 Answers  


what is factor analysis? : Sas-administrator

0 Answers  






Describe the function and utility of the most difficult SAS macro that you have written?

0 Answers   Oracle,


What is the use of %include statement?

0 Answers  


how many types of prompts are there? : Sas-bi

0 Answers  


Explain the purpose of retain statement.

0 Answers  


What are the ways in which macro variables can be created in sas programming?

0 Answers  


Explain data_null_?

0 Answers  


Explain the use of proc gplot? : sas-grid-administration

0 Answers  


Categories