Where do you use proc means over proc freq?
No Answer is Posted For this Question
Be the First to Post Answer
How do handle working under pressure?
What is the difference between using drop = data set option in data statement and set statement?
What does PROC print, and PROC contents do?
is QUALCOMM using SAS ?
What commands are used in the case of including or excluding any specific variables in the data set?
· What are some good SAS programming practices for processing very large data sets?
Mention what is the difference between nodupkey and nodup options?
How would you include common or reuse to be processed along with your statements?
How to limit decimal places for variable using proc means?
. Which date advances a date, time or date/time value by a given interval?
in data set200 observation how to take 110,150,170 using sql procedure?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;