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


Please Help Members By Posting Answers For Below Questions

Hi, If anyone has base SAS certification dumps, please share.

1379


name several ways to achieve efficiency in your program? : Sas programming

566


I have a dataset concat having a variable a b & c. How to rename a b to e & f?

749


Describe the function and untility of the most difficult SAS macro that you have written.

1552


Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?

1764






Which command is used to save logs in the external file?

558


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

4902


what are the component of range? : Sas-bi

610


what are all the reports you generated in your recent project?

1672


Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?

1199


What is the use of %include statement?

613


List out some key concept of SAS

613


If a variable contains letters or special characters, can it be numeric data type?

755


Give an example where SAS fails to convert character value to numeric value automatically?

598


What is a pdv and what are its functions?

594