In sas admin differentiate between roles and capabilities? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
Explain why double trailing @@ is used in input statement?
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.
how many types of MERGE?
wt is a-z and a--z?
What are common programming errors committed in sas
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What are the different versions of sas that you have used until now? : sas-grid-administration
Explain the special input delimiters used in sas programming.
Enlist the functions performed by sas.
what are the types of interactive display types? : Sas-bi
What is the use of function Proc summary?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?