How does proc sql work?
No Answer is Posted For this Question
Be the First to Post Answer
how to import XTP files into SAS datasets?
1 Answers Barclays, Institute For Plasma Research,
What are the different operating system platforms in which we can use sas? : sas-grid-administration
Name statements that are execution only?
What are the main differences between sas versions 8.2, 9.0, 9.1?
what do the sas log messages "numeric values have been converted to character" mean? : 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.
Why is a STOP statement needed for the point=option on a SET statement?
Mention what is PROC in SAS?
What are symbol tables?Differemce between Local N Global Symbol tables.....
what is a post baseline?
Explain the use of proc gplot? : sas-grid-administration
What commands are used in the case of including or excluding any specific variables in the data set?