what are informats in sas? : Sas-administrator
What is LAG function?How is it used? can any one explain
3 Answers TRE, Verinon Technology Solutions,
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
What is the purpose of _error_?
What will calendar procedure do?
What is the maximum length of the macro variable?
How do handle working under pressure?
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??
What is your favorite all time computer book? Why?
Which is the Best SAS training Institute in Delhi NCR for SAS certification preparation
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
Explain the purpose of retain statement.