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 / dilip
use & and width.
data k;
input s &$22. t $;
cards;
vijaya ragava perumal raj
mohan raj krishna sharma
;
proc print;
run;
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
what is sas enterprise intelligence architecture? : Sas-bi
How many ways to overcome a missing values???
What are the data types in sas?
What do you understand by the term Normal Distribution?
What are the difference between ceil and floor functions in sas?
for what purpose would you use the retain statement? : Sas programming
Explain the difference between nodup and nodupkey options?
Give some examples where proc report’s defaults are different than proc print’s defaults?
Enlist the functions performed by sas.
AE datasets names? how many types?
What do the SAS log messages "numeric values have been converted to character" mean?
What is proc sort?
What is the difference between input and infile statement?
Are you involved in writing the inferential analysis plan? Tables specfications?
what is SAS OPTIMIZATION?