how do i read multiple spaces in datasets?
eg: vijaya raghava perumal.I tried with using & but it
workss if its vijaya raghava but not for raghava
perumal.how to do this?
Answer Posted / chandu
using period style input will read ur multiple spaces.
Eg :
Data chandu ;
input name $ 1-22. ;
datalines ;
vijaya raghava perumal
run ;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is ae onset date n what is RDS
Have you used macros? For what purpose you have used? : sas-macro
what is the purpose of _error_? : Sas programming
How do you test for missing values?
Explain the difference between informat and format with an example.
What is program data vector (pdv) and what are its functions?
Difference between SAS STATA & SPSS?
Can you explain the process of calendar?
Given an unsorted data set, how to read the last observation to a new data set?
How can you limit the variables written to output dataset in data step?
For what purpose would you use the RETAIN statement?
Mention what is SAS data set?
: and & modifiers.
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
what is program data vector? : Sas-administrator