Code the MEANS to produce output to be used later.

Answer Posted / siri

proc means data=XYZ noprint;
by var;
output out=ZYX;
run;


output out is important to producethe poutputt to be used
in later stages

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how would you create multiple observations from a single observation? : Sas programming

562


what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?

1675


What is the SAS data set?

671


Differentiate between ceil and floor functions.

652


How to limit decimal places for the variable using proc means?

590






if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

936


Explain substr function?

569


Explain proc sort?

659


what are the component of range? : Sas-bi

612


What are the difficulties u faced while doing vital signs table or dataset?

1926


which date function advances a date, time or datetime value by a given interval? : Sas programming

587


what are some good sas programming practices for processing very large data sets? : Sas programming

507


Give some ways by which you can define the variables to produce the summary report (using proc report)?

593


Compare sas with other data analytics tools.

575


what is the use of sas management console? : Sas-di

610