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 are the features of SAS?
Why double trailing @@ is used in input statement?
What is the good sas programming practices for processing large data sets?
what is the use of proc sql? : Sas programming
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
how will you location sas platform applications available from web browser? : Sas-bi
how does sas handle missing values in procs? : Sas programming
What is data _null_?
what is hash files in sas and why we are using this one in sas?
what is proc Index? and what is proc document?
Are you involved in writing the inferential analysis plan? Tables specifications?
name some data transformation used in sas di? : Sas-di
How can sas program be validated?
To what type of programms have you used scratch macros?
describe how to adjust the performance of data integrator? : Sas-di