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 |
Have you used macros? For what purpose you have used? : sas-macro
What are the automatic variables for macro? : sas-macro
What are the limitations for memory allocation for SAS variables
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What are TEAEs
2 Answers Accenture, Quintiles,
Difference Between Scan and Substr
What does error:1 mean?
what are input dataset and output dataset options?
What is the difference between reading data from an external file and reading data from an existing data set?
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
How do you add a number to a macro variable?