how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
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
how many types of prompts are there? : Sas-bi
What do the mod and int function do? : Sas programming
SAS System ?
how do you want missing values handled? : Sas programming
What is the basic structure of a sas program?
explain the function of substr in sas? : Sas-administrator
What is the size of PDV?
How do you generate random samples?
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??
What are the prime responsibilities of data integration administrator? : Sas-di
what is lifetest