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


Please Help Members By Posting Answers For Below Questions

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

834


What versions of SAS have you used (on which platforms)?

1242


how do you pull data from equifax?tell me the process?

1564


Tell me more about the parameters in macro? : sas-macro

809


What is the maximum and minimum length of macro variable

910


For what purpose would you use the RETAIN statement?

1263


what is the use of sas management console? : Sas-di

805


what are the best practices to process the large data sets in sas programming? : Sas-administrator

780


what is the difference between unique key and primary key? : Sas-di

826


what is intially documentation in sas?

4615


How to convert a numeric variable to a character variable?

865


How do you connect the desktop application to metadata server? : sas-grid-administration

840


Can you suggest us materials for sdtm mapping?

4240


What is the difference between reading data from an external file and reading data from an existing data set?

903


if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

1148