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 / kalyan
we can use index function to find any specific string.
test=index('123 456',' ') it will give 4, the position of blank. is this helpful?
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Define run-group processing?
explain the concepts and capabilities of business object? : Sas-bi
How substr function works in sas?
What are the special input delimiters used in SAS?
what is treatment emergent events and treatment emregent adverse event
Explain translate function?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
What are the uses of sas?
How would you define the end of a macro? : sas-macro
What is the basic structure of the SAS base program?
How do you define proc in sas? : sas-grid-administration
where are dashboard components are created and maintained? : Sas-bi
what is sas data set?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What system options would you use to help debug a macro? : sas-macro