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
describe how to adjust the performance of data integrator? : Sas-di
what is the use of proc sql? : Sas programming
What do the put and input function do?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What Proc glm does?
Give e an example of..
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Describe the ways in which you can create macro variables? : sas-macro
What are the five ways to do a table lookup in sas? : sas-grid-administration
What are the default statistics for means procedure?
what are validation tools that are used in sas? : Sas-administrator
what is sas application server? : Sas-di
Explain substr function?
Difference between sum function and using “+” operator?