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
explain what is factor analysis? : Sas-administrator
Name types of category in which SAS Informats are placed?
I need level 2 to 5 sas using companies in india
What is the purpose of _character_ and _numeric_?
for report generation which one you used proc report or data_null_?
what is the purpose of _error_? : Sas programming
do you prefer proc report or proc tabulate? Why? : Sas programming
how do you test for missing values? : Sas programming
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
what is factor analysis? : Sas-administrator
Explain data step in SAS
Where do you use proc means over proc freq?
What are the functions used for character handling?
What areas of SAS are you most interested in?