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

do you prefer proc report or proc tabulate? Why? : Sas programming

567


In sas admin differentiate between roles and capabilities? : sas-grid-administration

552


how does sas handle missing values in formats? : Sas programming

572


What are the functions used for character handling?

635


What is the use of PROC gplot?

631






How can you limit the variables written to output dataset in data step?

739


Briefly explain input and put function?

621


what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

535


what are informats in sas? : Sas-administrator

579


What are the difference between sas functions and procedures?

633


Mention the validation tools used in SAS?

648


How would you define the end of a macro?

694


What will calendar procedure do?

590


what are the component of range? : Sas-bi

611


how can you import .csv file in to sas? : Sas programming

630