Code the MEANS to produce output to be used later.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ss
Actually they aksed to produce output to be used later, in
that case you have to give the permanent libref.
| Is This Answer Correct ? | 4 Yes | 3 No |
what are the differences between proc report and proc tabulate?
How to limit decimal places for variable using proc means?
what are methods to identify duplicate observations?
Code the MEANS to produce output to be used later.
what is OLAP?
what are validation tools that are used in sas? : Sas-administrator
% let A=3+4 what is result
how does sas handle missing values in procs? : Sas programming
what are the validation tools in sas?
What is shift table? have you ever created shift that?
2 Answers Accenture, Clinical Research, Quintiles,
what is p-value
3 Answers Accenture, Quintiles, Sristek,
how to handle in stream data containing semicolon in it?