What is SAS?
No Answer is Posted For this Question
Be the First to Post Answer
How is character variable converted into numeric variable and vice versa?
what is the difference between proc means and proc summary?
How to create an external dataset with sas code?
if we dont want to print output what we have to do..???give syntax..???
8 Answers Accenture, GSK GlaxoSmithKline,
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.
Name statements that are execution only.
How would you delete observations with duplicate keys?
What do you feel about hardcoding?
Name types of category in which SAS Informats are placed?
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 only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?
What is difference between sas rename and lable?