what is the diff. b/w proc means and proc summary?
Answer Posted / dupe bassey
proc means generates an output, if you want to suppress an
output, you include the noprint option.
proc summary doesnt generate an output, if you want an
output, you include the print option.
| Is This Answer Correct ? | 76 Yes | 13 No |
Post New Answer View All Answers
what are some good sas programming practices for processing very large data sets? : Sas programming
Explain what is data step?
What is the work of tranwrd function?
how does sas handle missing values in procs? : Sas programming
What are SAS/ACCESS and SAS/CONNECT?
What are the new features included in the new version of SAS Programming Language?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
What is the difference between %put and symbolgen? : sas-macro
Do you need to rearrange the order of the data for the report?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
what are several options for creating reports in web report studio? : Sas-bi
What Proc glm does?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What does the RUN statement do?
What is the basic structure of the SAS base program?