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
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
How does proc sql work?
what is data integration? : Sas-di
how could you generate test data with no input data? : Sas programming
What are the functions which are used for character handling functions?
what is the difference between infile and input? : Sas-administrator
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
What is SAS? What are the functions does it performs?
What versions of SAS have you used (on which platforms)?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Explain the use of proc print and proc contents?
What are the differences between proc means and proc summary?
how can you create zero observation dataset? : Sas programming
what is sas metadata server? : Sas-di
How many ways to overcome a missing values???