what is the diff. b/w proc means and proc summary?
Answers were Sorted based on User's Feedback
Answer / ravi
proc means will give you by default print result but proc summary will not give you print result.
proc means will give you brief statistical analysis of all observation but proc summary will give you only count of all observation.
if you want brief statistical analysis on particular variable then use VAR in proc means and proc summary with (print option) this will give give you obs. mean std.dev max min
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / lakshmi
PROC SUMMARY DEFAULTS TO NOPRINT
PROC MEANS DEFAULTS TO PRINT
| Is This Answer Correct ? | 0 Yes | 0 No |
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
Hi I have list of products in a dataset, which are classified by other name for eg:- there is a product A> Malambo Shiraz Malbec 750ML(0388) which is a Red wine.Now i need to generate a report where it shows if this product appears then it should b displayed as red wine,similarly for other products and other classification. I dont wan use proc format.
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
How would you keep from overlaying the a SAS set with its sorted version?
what is snowflake schema? : Sas-di
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
is QUALCOMM using SAS ?
What are the limitations for memory allocation for SAS variables
how to read the variables in sas? : Sas-administrator
How do you add a number to a macro variable?
what is the use of LRECL option.
This entry was posted in General. Bookmark the permalink. Post a comment or leave