What is the difference between class statement and by statement in proc means?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different operating system platforms in which we can use sas? : sas-grid-administration
how does sas handle missing values in procs? : Sas programming
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.
Are you involved in writing the inferential analysis plan? Tables specfications?
what is proc Index? and what is proc document?
What is maximum number of rows and cols can be handled in SAS?
Briefly explain input and put function?
Describe the function and utility of the most difficult SAS macro that you have written?
Please write codes to merge two datasets and keep every record in the first dataset.
How to sort in descending order?
Explain bmdp procedure?
Describe crosslist option in tables statement?