How to get part of string form the source string without
using sub string function in SAS?

Answers were Sorted based on User's Feedback



How to get part of string form the source string without using sub string function in SAS?..

Answer / prasad4

i think we use scan( )to get part of string from the sourse
string

Is This Answer Correct ?    9 Yes 2 No

How to get part of string form the source string without using sub string function in SAS?..

Answer / tarun kumar

using scan() function

Is This Answer Correct ?    4 Yes 2 No

How to get part of string form the source string without using sub string function in SAS?..

Answer / 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

More SAS Interview Questions

In SAS explain which statement does not perform automatic conversions in comparisons?

0 Answers  


What would be the value of month at the end of data step execution and how many observations would be there?

0 Answers  


What is factor analysis?

0 Answers  


Describe a time when you were really stuck on a problem and how you solved it?

0 Answers   Oracle,


What is the use of divide function?

0 Answers  






what is the difference between SET and MERGE?

19 Answers   CitiGroup,


What can you learn from the SAS log when debugging?

0 Answers   Quintiles,


How would you code the criteria to restrict the output to be produced?

9 Answers  


Explain how merging helps to combine data sets.

0 Answers  


What are the different types of sas functions?

0 Answers  


if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??

6 Answers   Accenture,


how to remove duplicates using proc sql?

0 Answers  


Categories