Mention how to limit decimal places for the variable using proc means?
No Answer is Posted For this Question
Be the First to Post Answer
what is syntax of proc merge ?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
You have a data set of 100 observations,how can you restrict the output so that the output has only data from row no. 10 to row no. 20
AE datasets names? how many types?
What do you feel about hardcoding?
Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
explain the proc in sas? : Sas-administrator
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What is SAS Information Map Studio and its purpose ?
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?