what is the diff. b/w proc means and proc summary?

Answer Posted / chiranjeevi

proc means:
When ever we are using the proc means procedure by default
it's displaying the results in output window.
syntax:proc means data=<dataset name>;
output out=<newdataset name>;
run;

proc summary:
proc summary doesnt generate an output, if you want an
output, you include and specify the print option.
syntax:proc summary data=<datasetname> print;
output out=<newdatasetname>;
run;

Is This Answer Correct ?    24 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is data access? : Sas-di

609


How substr function works in sas?

702


Do you need to know if there are any missing values?

597


what is sas database server? : Sas-di

618


What does P-value signify about the statistical data?

854






What is Linear Regression?

687


To what type of programms have you used scratch macros?

2143


What makes sas stand out to be the best over other data analytics tools?

590


which features do you use to check the data validations and errors? : Sas-administrator

550


What are the features of base sas system?

614


sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately

3112


explain the concepts and capabilities of business object? : Sas-bi

541


How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?

750


how will you locate the sas platform applications? : Sas-bi

586


Describe what are the different levels of administrative users in sas? : sas-grid-administration

604