what is the diff. b/w proc means and proc summary?
Answer Posted / pradeep
Differences between summary and means proceedure are 2.
One is print and noprint options and var statement.
Proc means give diff result with out var statement and proc
summary give diff result with out var statement all u people
try once.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What do the put and input function do?
which date function advances a date, time or datetime value by a given interval? : Sas programming
What is the differnce between SDTM 3.1.2 to 3.1.1 version
how can you import .csv file in to sas? : Sas programming
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
How substr function works in sas?
what are the scrubbing procedures in sas? : Sas programming
explain about data integrator metadata reports? : Sas-di
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Differentiate input and infile.
what are several options for creating reports in web report studio? : Sas-bi
Describe the function and untility of the most difficult SAS macro that you have written.
What is a pdv and what are its functions?
Name any two sas spawners? : sas-grid-administration
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?