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 does the run statement do? : Sas programming
What is the SAS data set?
What do the put and input function do?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What are the advantages of using sas?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
what can you learn from the sas log when debugging? : Sas programming
What is the difference between %local and %global? : sas-macro
What is the work of tranwrd function?
State the difference between INFORMAT and FORMAT ?
what are validation tools that are used in sas? : Sas-administrator
what is the purpose of _error_? : Sas programming
What are symget and symput? : sas-macro
what is sas enterprise intelligence architecture? : Sas-bi
what is the use of proc contents and proc print in sas? : Sas-administrator