is there any difference between proc summary and proc means?

Answers were Sorted based on User's Feedback



is there any difference between proc summary and proc means?..

Answer / ganga

yes,proc means gives default listing output as soon as the
program executes where as the proc summary doesnot.

Is This Answer Correct ?    14 Yes 0 No

is there any difference between proc summary and proc means?..

Answer / sudha

proc means by default produce an output.Proc summary do not
produce output unless we metion output option in proc.

Is This Answer Correct ?    15 Yes 1 No

is there any difference between proc summary and proc means?..

Answer / ramesh varma

VAR statement must be used in proc summary.
VAR statement is optional in proc means.

proc summary with "print" option desplays output
proc means without "print" option desplays output

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More SAS Interview Questions

explain the use of % includes a statement in sas? : Sas-administrator

1 Answers  


For clinical entire study how many tables will create approx?

1 Answers   TCS,


Which is the best place to learn SAS clinicals and Oracle clinical in hyderabad?

2 Answers  


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

4 Answers   Oracle,


WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?

1 Answers  


Name statements that function at both compile and execution time.

7 Answers   Accenture,


Identify statements whose placement in the DATA step is critical.

6 Answers   Accenture, Labasol,


Mention some common errors that are usually committed in sas programming.

1 Answers  


Name statements that are recognized at compile time only?

3 Answers   Accenture,


Which command is used to save logs in the external file?

1 Answers  


Name statements that are execution only.

14 Answers   Accenture,


How would you code a merge that will keep only the observations that have matches from both sets.

5 Answers   Accenture, Bank Of America,


Categories