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 would be the value of month at the end of data step execution and how many observations would be there?
Give some examples where proc report’s defaults are different than proc print’s defaults?
How does proc sql work?
What are the ways in which macro variables can be created in sas programming?
How would you determine the number of missing or nonmissing values in computations?
Differentiate between ceil and floor functions.
Mention the category in which sas informats are placed?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
Explain proc sort?
Have you ever used the SAS Debugger?
What does PROC print, and PROC contents do?
what is hash files in sas and why we are using this one in sas?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
Why double trailing @@ is used in input statement?