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
: and & modifiers.
What was the last computer book you purchased? Why?
explain the function of substr in sas? : Sas-administrator
What is the general format of function in sas? : sas-grid-administration
What is a put statement?
What does the RUN statement do?
What is PDV?
Describe the function and utility of the most difficult SAS macro that you have written?
In SAS explain which statement does not perform automatic conversions in comparisons?
What is SAS informats?
for what purpose would you use the retain statement? : Sas programming
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
Explain bmdp procedure?
What are the automatic variables for macro? : sas-macro
Are you sensitive to code walk-throughs peer review or QC review?