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

how can u convert this 25-jul-2010 from numeric to charcter?

3 Answers  


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

0 Answers   Synchrony Financial,


how would you create multiple observations from a single observation? : Sas programming

0 Answers  


Are you familiar with special input delimiters? How are they used?

4 Answers   Accenture,


What is the difference between SAS Data step and SAS PROC SQL, and which is better?

1 Answers   TCS,






what are scrubing procedures in SAS?

1 Answers   Oracle,


name some data transformation used in sas di? : Sas-di

0 Answers  


i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?

1 Answers   GSK,


Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?

2 Answers  


: and & modifiers.

0 Answers   Oracle,


Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..

1 Answers  


how we can call macros with in data step?

17 Answers   Allianz, ManPower,


Categories