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

What is the basic structure of a sas program?

0 Answers  


what is cummaltive frequency,and varience in proc unviarte

1 Answers   L&T,


Which statement does not perform automatic conversions in comparisons?

0 Answers  


How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?

0 Answers  


Can we replace a dataset into view?

6 Answers   CliniRx,






What is Transaction...? And what are Comment, Roll back n Save point..?

2 Answers  


Describe 5 ways to do a “table lookup” in SAS?

0 Answers  


if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming

0 Answers  


1.What is the difference between _NULL_ , _ALL_, and _N_? 2.What are the uses of _NULL_ using in Data Steps? Can we _NULL_ in Proc Steps also? 3.How do call the macro variable in Data Steps? 4.How to construct Pivot tables in Excel Using SAS?

3 Answers  


describe the interaction table in sas di? : Sas-di

0 Answers  


I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak

1 Answers  


What is the purpose of the trailing and How would you use them?

8 Answers  


Categories