How to get part of string form the source string without
using sub string function in SAS?
Answer Posted / navneet
We can't use scan() in a string because how could we define
a delimeter in a string..... so I think an easier way to
select a sub part is to use column input style :)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Compare sas with other data analytics tools.
what is enterprise guide? What is the use of it? : Sas programming
What is a method to debug and test your SAS program?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
what is the use of proc sql? : Sas programming
how sas deals with business intelligence? : Sas-bi
How do you delete duplicate observations in sas?
How do you debug and test your SAS programs?
what is business intelligence? : Sas-bi
How many ways to overcome a missing values???
Describe the function and untility of the most difficult SAS macro that you have written.
What function CATX syntax does?
What is the purpose of _character_ and _numeric_?
Mention the difference between ceil and floor functions in sas?
How would you define the end of a macro?