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

Name statements that function at both compile and execution time?

1 Answers  


what are the benefits of data integration? : Sas-di

0 Answers  


what is the difference between informat$8. $char8.

3 Answers   SAS,


how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too

5 Answers   CTS,


what are some differences between proc summary and proc means? : Sas programming

0 Answers  






What is SAS informats?

0 Answers  


How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?

5 Answers  


Describe the ways in which you can create macro variables?

0 Answers  


IS SAS COMPILER OR INTERPRETER? EXPLAIN?

3 Answers   Aon Hewitt, HSBC, SCL, TCS,


what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?

0 Answers  


what is prime numbers? how we can get plc write sas code?

5 Answers   Icon,


what is lifetest

1 Answers   Cognizant,


Categories