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
What is a method to debug and test your SAS program?
Compare sas with other data analytics tools.
What is run-group processing?
What are the data types does SAS contain?
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 do you mean by data staging area? : Sas-di
What is the use of %include statement?
How to specify variables to be processed by the freq procedure?
Mention what is the difference between nodupkey and nodup options?
What are the difference between ceil and floor functions in sas?
what is proc Index? and what is proc document?
What is the function of output statement in a SAS Program?
What are the special input delimiters used in SAS?
what are _numeric_ and _character_ and what do they do? : Sas programming
in the flow of data step processing, what is the first action in a typical data step? : Sas programming