Explain translate function?
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.
How do you put a giraffe into the refrigerator?
If a variable contains only numbers, can it be a character data type?
How would you remove a format that has been permanently associated with a variables?
i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
How will you generate test data with no input data?
How do you write a test plan?
What sas features do you use to check errors and data validation?
calculate the sum of value using only DATA STEP. data count_; input year name $ value; cards; 2006 xxx 10 2007 yyy 12 2006 xxx 20 2008 yyy 15 2007 xxx 15 ; out put should be like this year name T_value ----------------------- 2006 xxx 30 2007 xxx 15 2007 yyy 12 2008 xxx 15
Name validation tools used in SAS
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,