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 7917hi 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,
5393Suppose 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 17191calculate 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 8258
What are the features of base sas system?
Have you used macros? For what purpose you have used? : sas-macro
what is intially documentation in sas?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
what is the use of proc sql? : Sas programming
explain the difference between proc means and proc summary?
Explain the purpose of retain statement.
what is the difference between unique key and primary key? : Sas-di
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
What is the SAS data set?
explain the use of % includes a statement in sas? : Sas-administrator
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
AE datasets names? how many types?
Mention what is the difference between nodupkey and nodup options?
What are symget and symput? : sas-macro