how to read character value without using substr function in
sas ?
Answers were Sorted based on User's Feedback
Answer / smit
Scan function can be used
SCAN(string, count<,charlist <,modifiers>>)
Is This Answer Correct ? | 2 Yes | 0 No |
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 |
what has been your most common programming mistake? : Sas programming
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.
What is the maximum length of the macro variable? : sas-macro
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
What are the functions which are used for character handling functions?
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?
What is substr function?
Identify statements whose placement in the DATA step is critical.
What areas of SAS are you most interested in?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
wat has been most common programming mistake?