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

Answer Posted / abhik

I just want to add one point.

Proc Print by default generate output. But Proc summary does
not. So in Proc summary either you have to mention print
option or output data set name. Otherwise you will get an
error in the log:
"
ERROR: Neither the PRINT option nor a valid output statement
has been given"

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain bmdp procedure?

614


What are symget and symput? : sas-macro

731


How to convert a numeric variable to a character variable?

631


What is the work of tranwrd function?

668


Can you suggest us materials for sdtm mapping?

4039






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

749


What is maximum storage capability of SAS?

906


What does P-value signify about the statistical data?

853


Have you ever used the SAS Debugger?

1207


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

718


What can you learn from the SAS log when debugging?

920


What do the SAS log messages "numeric values have been converted to character" mean?

888


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

728


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1098


I have a dataset concat having variable a b & c. How to rename a b to e & f?

580