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 |
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
What is the purpose of using the N=PS option?
How do you use the do loop if you don’t know how many times you should execute the do loop?
Hi , which book should i refer to for preaparing SAS statistical Exam. Searched a lot on books but still did n't find relevant books
proc means? proc sort? proc append? proc freq? proc print? proc content?
explain about sas business intelligence? : Sas-bi
How experienced are you with customized reporting and use of Data _Null_ features?
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
what is OLAP?
what is Global Symbol table and Local symbol table?