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 is the purpose of trailing @ and @@? How do you use them?
What is the purpose of _character_ and _numeric_?
What is the sas data set? : sas-grid-administration
what is sas business intelligence? : Sas-bi
Explain the purpose of substr functions in sas programming.
What is the Program Data Vector (PDV) and What are its functions?
how to generate means for every subject;
How do you specify the number of iterations and specific condition within a single do loop?
What are the advantages of using sas?
What versions of SAS have you used (on which platforms)?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
Are you familiar with special input delimiters? How are they used?