Do you need to rearrange the order of the data for the report?
No Answer is Posted For this Question
Be the First to Post Answer
why is a stop statement needed for the point=option on a set statement? : Sas programming
i want to upload titles and footnotes to excel file?how it is possible?
what is difference in window SAS & Unix SAS.....how do define working environment in both???
What is criteria for adverse events and treatment-emergent adverse events?
How would you include common or reuse to be processed along with your statements?
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
How many missing values are available? When might you use them?
What is program data vector (pdv)?
what are the scrubbing procedures in sas? : 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.
What is Transaction...? And what are Comment, Roll back n Save point..?
What are the ways to do a “table lookup” in sas?