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

what type of graphs we will create(for 2+years candidates)?

0 Answers   Accenture, Icon,


How do i read multiple spaces in datasets?

4 Answers   Quintiles,


what is prime numbers? how we can get plc write sas code?

5 Answers   Icon,


if x=round(26.3,10)-1 then x= how much and how explain?

5 Answers   BoA,


which date function advances a date, time or datetime value by a given interval? : Sas programming

0 Answers  






what are the considerations when picking a SAS/STAT procedure?

0 Answers   Accenture, Quintiles,


Explain data step in SAS

0 Answers  


what is picture format? give any one example?

3 Answers   Parexel,


what can you learn from the sas log when debugging? : Sas programming

0 Answers  


Please, anyone, let me know the style or an example of using 'by='/'by' variable of a PDV(Program Data Vector)

3 Answers   Verinon Technology Solutions,


What SAS statements would you code to read an external raw data file to a DATA step?

6 Answers   Accenture,


How would you delete observations with duplicate keys?

13 Answers   Accenture,


Categories