What system options would you use to help debug a macro? : sas-macro
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.
why is sas considered self-documenting? : Sas programming
how can u extract,transform and loading?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Difference between sum function and using “+” operator?
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
What are the uses of sas?
which date function advances a date, time or datetime value by a given interval? : Sas programming
Tell me about % include and % eval? : sas-macro
At compile time when a SAS data set is read, what items are created?
Name statements that are execution only.
What do the mod and int function do? : Sas programming