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
Which function is used to count the number of intervals between two sas dates?
What is the difference between class statement and by statement in proc means?
Explain what is the use of proc gplot?
What are pdv and it functions?
What would be the value of month at the end of data step execution and how many observations would be there?
What is the difference between proportion and average?
Tell me about % include and % eval? : sas-macro
Give an example where SAS fails to convert character value to numeric value automatically?
Can you explain the process of calendar?
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
what has been your most common programming mistake? : Sas programming
Describe the function and untility of the most difficult SAS macro that you have written.
What are the limitations for memory allocation for SAS variables
What is proc sort?
What is the basic structure of the SAS base program?