I need to find the numeric field which contains blank in
between..Ex:123 456...there is blank in between the 123
456..I need to know if there is any SAS function to find a
field..
Please suggest...
Answer Posted / mahesh babu
data test;
a="123 456";
b=anyspace(a);
run;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the purpose of _error_? : Sas programming
Differentiate between format and informat? : sas-grid-administration
what is broad cast agent? : Sas-bi
what are the types of interactive display types? : Sas-bi
How will you generate test data with no input data?
What is a method to debug and test your SAS program?
What’s the difference between var b1 – b3 and var b1 — b3?
What are the new features included in the new version of SAS Programming Language?
Mention how to limit decimal places for the variable using proc means?
What are the five ways to do a table lookup in sas? : sas-grid-administration
What do you understand by the term Normal Distribution?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
Approximately what date is represented by the SAS date value of 730?
What is the general format of function in sas? : sas-grid-administration
Can you suggest us materials for sdtm mapping?