is there any difference between proc summary and proc means?
Answers were Sorted based on User's Feedback
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 |
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 |
If a variable contains letters or special characters, can it be numeric data type?
Enlist the functions performed by sas.
What is the basic syntax style in SAS?
Can we replace a dataset into view?
how to remove the duplicates by proc sql?
How would you compile all macros from a folder in a study, within the autoexec program?
what is difference in window SAS & Unix SAS.....how do define working environment in both???
What is the function of output statement in a SAS Program?
Can you execute a macro within a macro? Describe. : sas-macro
how many data types in sas? : Sas-administrator
How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.
What is the difference Using & and && in the macro variables