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
Explain how merging helps to combine data sets.
Do you need to know if there are any missing values?
What are the applications primarily used by business analyst? : Sas-bi
Name validation tools used in SAS
Explain the main difference between the sas procedures and functions? : Sas-administrator
What are types of transport files?
What is by-group processing?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
is data integration and etl programming is same? : Sas-di
Mention the category in which sas informats are placed?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
what are input dataset and output dataset options? : Sas programming
What is a put statement?