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 to select the observations randomly from a SAS dataset

7 Answers   NTT Data,


Name statements that function at both compile and execution time.

7 Answers   Accenture,


What is the one statement to set the criteria of data that can be coded in any step?

4 Answers  


Describe the function and utility of the most difficult SAS macro that you have written?

0 Answers   Oracle,


do you need to know if there are any missing values? : Sas programming

0 Answers  






how to remove the duplicates by proc sql?

2 Answers   Genpact,


what is lifetest

1 Answers   Cognizant,


How would you delete duplicate observations?

10 Answers   Accenture,


How do you put a giraffe into the refrigerator?

3 Answers   Oracle,


Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.

2 Answers   Accenture,


do you prefer proc report or proc tabulate? Why? : Sas programming

0 Answers  


diff between nodup rec and ondup key???

3 Answers   AON, Sciformix,


Categories