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
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
how can you create zero observation dataset? : Sas programming
how to change the execute of macro
What is SAS informats?
why a stop statement is needed for the point= option on a set statement?
Explain the difference between using drop = data set option in set and data statement?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
: and & modifiers.
How we can call macros with in data step? : sas-macro
Explain what is SAS informats?
name some data transformation used in sas di? : Sas-di
how would you determine the number of missing or nonmissing values in computations? : Sas programming
how does sas handle missing values in procs? : Sas programming
Name any two sas spawners? : sas-grid-administration
What is a macro routine?