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 difference between nodupkey and nodup options?
What does P-value signify about the statistical data?
Compare sas with other data analytics tools.
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Explain the purpose of retain statement.
hi 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
Describe a time when you were really stuck on a problem and how you solved it?
how does sas handle missing values in sort order? : Sas programming
How do you define proc in sas? : sas-grid-administration
If a variable contains only numbers, can it be a character data type?
Name any two sas spawners? : sas-grid-administration
explain about various caches available in data integrator? : Sas-di
where are dashboard components are created and maintained? : Sas-bi
what is data integration? : Sas-di