Write a SAS macro to calculate number of numbers in an
email address
Answer Posted / naresh
Use compress function and remove characters and special characters then you will get digits.. Now find the length of the string...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
describe about physical data integration? : Sas-di
what is star schema? : Sas-di
Give some ways by which you can define the variables to produce the summary report (using proc report)?
what is function of retain statment
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
What is the order of application for output data set options, input data set options and SAS statements?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
how to debug and test the sas program? : Sas-administrator
what is transformation in sas data integration? : Sas-di
What function CATX syntax does?
How can you create a macro variable with in data step? : sas-macro
What are the advantages of using sas?
What Proc glm does?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
what do the pad and dim functions do? : Sas programming