Explain by-group processing?
Answer / Sumit Varshney
By-Group Processing is a feature in SAS that allows you to perform operations on groups of observations based on the values of one or more variables. This is often done using the BY statement.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many missing values are available? When might you use them?
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
What are the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
What are the advantages of using sas?
Explain what Proc glm does?
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??
Does anybody has lastest SAS certification dumps,if anybody has please mail me on saggydesai@gmail.com
How would you delete observations with duplicate keys?
Of all your work, where have you been the most successful?
hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?
Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks
Mention how to limit decimal places for the variable using proc means?