How to create a permanent sas data set?
No Answer is Posted For this Question
Be the First to Post Answer
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.
is there any difference between proc summary and proc means?
what are the categories that sas informats are used to the place the data? : Sas-administrator
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
how to write code for left outer join in SAs using datastep?
what are the component of range? : Sas-bi
How will you generate test data with no input data?
how we can call macros with in data step?
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table?
What are the ways in which macro variables can be created in sas programming?
How do you debug macros?
Tell different ways to create Macrovarible?
3 Answers Accenture, PharmaNet i3,