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

explain the concepts and capabilities of business object? : Sas-bi

552


How to test the debugging in sas?

620


explain about data integrator metadata reports? : Sas-di

569


What system options would you use to help debug a macro? : sas-macro

650


explain about various caches available in data integrator? : Sas-di

590






What do the SAS log messages "numeric values have been converted to character" mean?

898


What is the use of PROC gplot?

646


What are types of transport files?

6911


Are you involved in writing the inferential analysis plan? Tables specifications?

3490


What would you change about your job?

1933


What areas of SAS are you most interested in?

1074


what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

641


what is the one statement to set the criteria of data that can be coded in any step? : Sas programming

660


I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

2274


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

585