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
How many data types are there in SAS?
Explain why double trailing @@ is used in input statement?
what are the considerations when picking a SAS/STAT procedure?
what is snowflake schema? : Sas-di
What is the function of Stop statement in a SAS Program?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Explain append procedure?
Describe 5 ways to do a “table lookup” in SAS?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
What is maximum number of rows and cols can be handled in SAS?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
how are numeric and character missing values represented internally? : Sas programming
What do the put and input function do?
Explain the special input delimiters used in sas programming.
Describe crosslist option in tables statement?