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 |
Code a PROC MEANS that shows both summed and averaged output of the data.
What is the pound sign used for in the data_null_ ?
Explain how merging helps to combine data sets.
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
What are the difficulties u faced while doing vital signs table or dataset?
You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?
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
what do the pad and dim functions do? : Sas programming
what is sas database server? : Sas-di
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
how to rearrange the data as our wish by using dataset block?
how does sas handle missing values in a merge? : Sas programming