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 / basha
data kk;
input name &$24. name1 $12.;
name3=name||name1;
datalines;
mega star chiranjeevi
;
run;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do the mod and int function do? : Sas programming
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
How many data types are there in SAS?
what is star schema? : Sas-di
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
How does the internal authentication work in sas? : sas-grid-administration
for report generation which one you used proc report or data_null_?
Give some examples where proc report’s defaults are same as proc print’s defaults?
What does P-value signify about the statistical data?
Differentiate between proc means and proc summary.
Explain how merging helps to combine data sets.
How to limit decimal places for variable using proc means?
How would you define the end of a macro? : sas-macro
How do you delete duplicate observations in sas?
What is a pdv and what are its functions?