is there any differnce between proc means and proc summary?

Answer Posted / saritha

proc means produce printed output.

where as proc summary will not produce any output but it
create dataset.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between order and group variable in proc report?

843


How can you limit the variables written to output dataset in data step?

757


How you can read the variables that you need?

655


how to remove duplicates using proc sql?

632


Explain the difference between nodup and nodupkey options?

611






Differentiate input and infile.

597


why a stop statement is needed for the point= option on a set statement?

630


If a variable contains letters or special characters, can it be numeric data type?

764


how will you locate the sas platform applications? : Sas-bi

586


What is the function of Stop statement in a SAS Program?

647


What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

684


What are the different operating system platforms in which we can use sas? : sas-grid-administration

594


What are common programming errors committed in sas

674


what are sas/access and sas/connect? : Sas programming

549


Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.

1465