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
How is character variable converted into numeric variable and vice versa?
what are all the reports you generated in your recent project?
what is the use of sas management console? : Sas-di
what is the Population you used in your project, is it ITT or PP?
Give some examples where proc report’s defaults are different than proc print’s defaults?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What is the difference between %local and %global? : sas-macro
Differences between where and if statement?
what is program data vector? : Sas-administrator
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
How to specify variables to be processed by the freq procedure?
What is a pdv and what are its functions?
what is function of retain statment
How do you delete duplicate observations in sas?
How to convert a numeric variable to a character variable?