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


Please Help Members By Posting Answers For Below Questions

What are the 3 components in sas programming?

924


what are sas/access and sas/connect? : Sas programming

739


What are pdv and it functions?

761


What are SAS/ACCESS and SAS/CONNECT?

852


Explain what is the use of proc gplot?

911


Mention what are the data types does SAS contain?

902


What is the use of divide function?

786


What does P-value signify about the statistical data?

1078


Have you ever used the SAS Debugger?

1448


What is a pdv and what are its functions?

787


What is the role of unrestrictive users? : sas-grid-administration

769


Give an example where SAS fails to convert character value to numeric value automatically?

830


What are types of transport files?

7347


How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?

1012


what is sas and what are the functions? : Sas-administrator

732