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 sas deals with business intelligence? : Sas-bi
What is by-group processing?
What is SAS?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
describe about physical data integration? : Sas-di
AE datasets names? how many types?
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
explain the difference between proc means and proc summary?
What are SAS/ACCESS and SAS/CONNECT?
Can you execute macro within another macro? : sas-macro
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What are common programming errors committed in sas
How do you debug and test your SAS programs?
Name few SAS functions?
What is data _null_?