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.
2 8131hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
SAS,
5504Suppose there is a SAS dataset with following values - Parent Child A B B C D E F G G H H I and so on….. This goes onto 1000s of observations/rows. Now how do we identify from this dataset Grandparents and Grandchildrens ?
5 17562calculate 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
6 8694
Describe the function and utility of the most difficult SAS macro that you have written?
What is the length assigned to the target variable by the scan function?
what is function of retain statment
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is the difference between the proc sql and data step?
why is a stop statement needed for the point=option on a set statement? : Sas programming
Name validation tools used in SAS
What is the SAS data set?
how can you create zero observation dataset? : Sas programming
What is the role of administrative users? : sas-grid-administration
Explain by-group processing?
What is the maximum length of the macro variable? : sas-macro
What is run-group processing?
What Proc glm does?
How would you define the end of a macro?