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

Do you think professionally?

1 Answers   Oracle,


what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';

3 Answers   HSBC,


How long can a macro variable be? A token? : sas-macro

0 Answers  


if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.

2 Answers  


what is sas data set?

0 Answers  


what are the considerations when picking a SAS/STAT procedure?

0 Answers   Accenture, Quintiles,


How do you delete duplicate observations in sas?

0 Answers  


what techniques and/or procs do you use for tables? : Sas programming

0 Answers  


Why do we use QUIT commmand for proc datasets and proc sql ???

3 Answers  


I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry

0 Answers  


CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER? AND DEFERENCIATE THESE TWO ? 1). REPORT PROCEDURE 2). TABULATE PROCEDURE

4 Answers   CybAge,


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?

4 Answers  


Categories