how to read character value without using substr function in
sas ?

Answers were Sorted based on User's Feedback



how to read character value without using substr function in sas ?..

Answer / smit

Scan function can be used

SCAN(string, count<,charlist <,modifiers>>)

Is This Answer Correct ?    2 Yes 0 No

how to read character value without using substr function in sas ?..

Answer / karthick_mrs

any answer will be appreciated.

Is This Answer Correct ?    3 Yes 4 No

how to read character value without using substr function in sas ?..

Answer / vaibhav wadhera

Hey

You can use the SUBSTRN function to Read the Character
Value.....


ALso it will be more clear that what you want to do after
reading character value...

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More SAS Interview Questions

How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?

2 Answers  


What would you change about your job?

0 Answers   Oracle,


State the difference between INFORMAT and FORMAT ?

0 Answers  


what other sas products have you used and consider yourself proficient in using? : Sas programming

0 Answers  


Explain the main difference between the sas procedures and functions? : Sas-administrator

0 Answers  






how do u validate the program which u have written.

1 Answers   TCS,


At compile time when a SAS data set is read, what items are created?

14 Answers   Accenture,


how to remove the duplicates by proc sql?

2 Answers   Genpact,


what is the primary variable in your study?

3 Answers   Accenture,


sas macros

12 Answers   TCS,


Differentiate between proc means and proc summary.

0 Answers  


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 ...

0 Answers   Accenture,


Categories