Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / dilip

use & and width.

data k;
input s &$22. t $;
cards;
vijaya ragava perumal raj
mohan raj krishna sharma
;
proc print;
run;

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how does sas handle missing values in procs? : Sas programming

1350


What are the differences between sum function and using “+” operator?

1159


What are the five ways to do a table lookup in sas? : sas-grid-administration

1116


Explain proc sort?

1177


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

1186


How to limit decimal places for variable using proc means?

1160


How you can read the variables that you need?

1179


What is the use of function Proc summary?

1345


describe how to adjust the performance of data integrator? : Sas-di

1069


What are the ways to do a “table lookup” in sas?

1079


What is the difference between %local and %global? : sas-macro

1241


For what purposes have you used sas macros? : sas-macro

1051


What is the basic structure of a sas program?

1174


In sas admin differentiate between roles and capabilities? : sas-grid-administration

1053


How will you generate test data with no input data?

1232