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
What are the 3 components in sas programming?
what are sas/access and sas/connect? : Sas programming
What are pdv and it functions?
What are SAS/ACCESS and SAS/CONNECT?
Explain what is the use of proc gplot?
Mention what are the data types does SAS contain?
What is the use of divide function?
What does P-value signify about the statistical data?
Have you ever used the SAS Debugger?
What is a pdv and what are its functions?
What is the role of unrestrictive users? : sas-grid-administration
Give an example where SAS fails to convert character value to numeric value automatically?
What are types of transport files?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
what is sas and what are the functions? : Sas-administrator