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
Explain the main difference between the sas procedures and functions? : Sas-administrator
where to use sas business intelligence? : Sas-bi
Which statement does not perform automatic conversions in comparisons?
Describe 5 ways to do a “table lookup” in SAS?
do you need to know if there are any missing values? : Sas programming
describe about physical data integration? : Sas-di
how the sas basic syntax style described? : Sas-administrator
What are the default statistics that proc means produce?
what do the pad and dim functions do? : Sas programming
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
for report generation which one you used proc report or data_null_?
What are the features of base sas system?
what are the scrubbing procedures in sas? : Sas programming
What is the use of the %include statement?
How long can a macro variable be? A token? : sas-macro