Difference b/n proc means and proc summary procedures?

Answer Posted / lakshmi

PROC SUMMARY DEFAULTS TO NOPRINT
PROC MEANS DEFAULTS TO PRINT
PROOC MEANS GENERATE A DEFAULT OUTPUT BUT PROC SUMMARY
REQUIRED PRINT OPTION TO GENERATE OUTPUT SIMILAR TO PROC
MEANS
TO GET SIMILAR OUTPUTS PROC SUMMARY SHOULD COMPUSORY HAVE
ATLEAST ONE VARIABLE IN VAR STATEMENT
/*FOR EXAMPLE RUN THE BELOW 2 APPLICATIONS WE OBSERVE THE
ANSWER*/
PROC MEANS DATA=SASUSER.AE;
RUN;

PROC SUMMARY DATA=SASUSER.AE;
RUN;
THE OUTPUT WILL BE DIFFERENT K

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to sort in descending order?

781


how are numeric and character missing values represented internally? : Sas programming

612


What is the SAS data set?

671


How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

1154


what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming

541






What is Linear Regression?

683


What function CATX syntax does?

684


Explain translate function?

624


Mention what is the difference between nodupkey and nodup options?

590


what is PhaseIII, ODS, TLG, Macro and Proc in SAS

3895


please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??

1661


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

603


What do you know about sas and what we do? : sas-grid-administration

593


explain what is factor analysis? : Sas-administrator

597


what are the scrubbing procedures in sas? : Sas programming

825